#6C161C

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

Shades of Pohutukawa #6C161C

Tints of Pohutukawa #6C161C

Color information

#6C161C (or 0x6C161C) is unknown color: approx Pohutukawa. HEX triplet: 6C, 16 and 1C. RGB value is (108,22,28). Sum of RGB (Red+Green+Blue) = 108+22+28=158 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.35% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 108 - color contains mainly: red. Hex color #6C161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C161C is #93E9E3. Grayscale: #303030. Windows color (decimal): -9693668 or 1840748. OLE color: 1840748.

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

Color convert

RGB1082228-
CMYK00.800.740.58
HSL355.81º66.15%25.49%-
HSV(B)355.81º79.63%42.35%-
XYZ6.683.851.49-
YUV48.4116.49170.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.35%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=68.35%
G=13.92%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108222800.800.740.58355.8166.1525.49
Hex6C161C0504A3A1644219
Octal154263401201127254410231
Binary11011001011011100010100001001010111010101100100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,22,28); }

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

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

 a { background-color: rgb(108,22,28); }

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

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

 span { border-color: rgb(108,22,28); }

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