#6B1622

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

Shades of Pohutukawa #6B1622

Tints of Pohutukawa #6B1622

Color information

#6B1622 (or 0x6B1622) is unknown color: approx Pohutukawa. HEX triplet: 6B, 16 and 22. RGB value is (107,22,34). Sum of RGB (Red+Green+Blue) = 107+22+34=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1622 is #94E9DD. Grayscale: #303030. Windows color (decimal): -9759198 or 2233963. OLE color: 2233963.

HSL color Cylindrical-coordinate representation of color #6B1622: hue angle of 351.53º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1622 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB1072234-
CMYK00.790.680.58
HSL351.53º65.89%25.29%-
HSV(B)351.53º79.44%41.96%-
XYZ6.643.821.9-
YUV48.78119.66169.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 65.64%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=65.64%
G=13.50%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107223400.790.680.58351.5365.8925.29
Hex6B162204F443A1604219
Octal153264201171047254010231
Binary110101110110100010010011111000100111010101100000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,34); }

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

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

 a { background-color: rgb(107,22,34); }

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

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

 span { border-color: rgb(107,22,34); }

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