#6B161E

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

Shades of Pohutukawa #6B161E

Tints of Pohutukawa #6B161E

Color information

#6B161E (or 0x6B161E) is unknown color: approx Pohutukawa. HEX triplet: 6B, 16 and 1E. RGB value is (107,22,30). Sum of RGB (Red+Green+Blue) = 107+22+30=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B161E is #94E9E1. Grayscale: #303030. Windows color (decimal): -9759202 or 1971819. OLE color: 1971819.

HSL color Cylindrical-coordinate representation of color #6B161E: hue angle of 354.35º 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 #6B161E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB1072230-
CMYK00.790.720.58
HSL354.35º65.89%25.29%-
HSV(B)354.35º79.44%41.96%-
XYZ6.583.791.61-
YUV48.33117.66169.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=67.30%
G=13.84%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107223000.790.720.58354.3565.8925.29
Hex6B161E04F483A1624219
Octal153263601171107254210231
Binary11010111011011110010011111001000111010101100010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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