#6B1019

Color #6B1019 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6B1019

Tints of Pohutukawa #6B1019

Color information

#6B1019 (or 0x6B1019) is unknown color: approx Pohutukawa. HEX triplet: 6B, 10 and 19. RGB value is (107,16,25). Sum of RGB (Red+Green+Blue) = 107+16+25=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1019 is #94EFE6. Grayscale: #2C2C2C. Windows color (decimal): -9760743 or 1642603. OLE color: 1642603.

HSL color Cylindrical-coordinate representation of color #6B1019: hue angle of 354.07º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1019 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB1071625-
CMYK00.850.770.58
HSL354.07º73.98%24.12%-
HSV(B)354.07º85.05%41.96%-
XYZ6.423.571.27-
YUV44.24117.15172.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 72.30%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=72.30%
G=10.81%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107162500.850.770.58354.0773.9824.12
Hex6B10190554D3A1624a18
Octal153203101251157254211230
Binary11010111000011001010101011001101111010101100010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B1019; }

 p { color: rgb(107,16,25); }

 H1.HeaderClassName
 {
   color: #6B1019;
 }
 .AnyTagClassName
 {
   color: #6B1019;
 }
</style>
background-color css

<style>
 a { background-color: #6B1019; }

 a { background-color: rgb(107,16,25); }

 div.DivClassName
 {
   background-color: #6B1019;
 }
 .BgClassName
 {
   background-color: #6B1019;
 }
</style>
border-color css

<style>
 span { border-color: #6B1019; }

 span { border-color: rgb(107,16,25); }

 td.TdClassName
 {
   border-color: #6B1019;
 }
 .TagClassName
 {
   border-color: #6B1019;
 }
</style>