#6C1213

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

Shades of Pohutukawa #6C1213

Tints of Pohutukawa #6C1213

Color information

#6C1213 (or 0x6C1213) is unknown color: approx Pohutukawa. HEX triplet: 6C, 12 and 13. RGB value is (108,18,19). Sum of RGB (Red+Green+Blue) = 108+18+19=145 (19% of max value = 765). Red value is 108 (42.58% from 255 or 74.48% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1213 is #93EDEC. Grayscale: #2D2D2D. Windows color (decimal): -9694701 or 1249900. OLE color: 1249900.

HSL color Cylindrical-coordinate representation of color #6C1213: hue angle of 359.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 #6C1213 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1081819-
CMYK00.830.820.58
HSL359.33º71.43%24.71%-
HSV(B)359.33º83.33%42.35%-
XYZ6.523.670.98-
YUV45.02113.32172.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 74.48%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=74.48%
G=12.41%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108181900.830.820.58359.3371.4324.71
Hex6C1213053523A1674719
Octal154222301231227254710731
Binary11011001001010011010100111010010111010101100111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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