#6C131F

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

Shades of Pohutukawa #6C131F

Tints of Pohutukawa #6C131F

Color information

#6C131F (or 0x6C131F) is unknown color: approx Pohutukawa. HEX triplet: 6C, 13 and 1F. RGB value is (108,19,31). Sum of RGB (Red+Green+Blue) = 108+19+31=158 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.35% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 108 - color contains mainly: red. Hex color #6C131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C131F is #93ECE0. Grayscale: #2F2F2F. Windows color (decimal): -9694433 or 2036588. OLE color: 2036588.

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

Color convert

RGB1081931-
CMYK00.820.710.58
HSL351.91º70.08%24.9%-
HSV(B)351.91º82.41%42.35%-
XYZ6.663.751.67-
YUV46.98118.99171.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.35%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=68.35%
G=12.03%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108193100.820.710.58351.9170.0824.9
Hex6C131F052473A1604619
Octal154233701221077254010631
Binary11011001001111111010100101000111111010101100000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,31); }

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

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

 a { background-color: rgb(108,19,31); }

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

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

 span { border-color: rgb(108,19,31); }

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