#6C121F

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

Shades of Pohutukawa #6C121F

Tints of Pohutukawa #6C121F

Color information

#6C121F (or 0x6C121F) is unknown color: approx Pohutukawa. HEX triplet: 6C, 12 and 1F. RGB value is (108,18,31). Sum of RGB (Red+Green+Blue) = 108+18+31=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C121F is #93EDE0. Grayscale: #2E2E2E. Windows color (decimal): -9694689 or 2036332. OLE color: 2036332.

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

Color convert

RGB1081831-
CMYK00.830.710.58
HSL351.33º71.43%24.71%-
HSV(B)351.33º83.33%42.35%-
XYZ6.653.721.66-
YUV46.39119.32171.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.79%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=68.79%
G=11.46%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108183100.830.710.58351.3371.4324.71
Hex6C121F053473A15f4719
Octal154223701231077253710731
Binary11011001001011111010100111000111111010101011111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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