#6C0F24

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

Shades of Pohutukawa #6C0F24

Tints of Pohutukawa #6C0F24

Color information

#6C0F24 (or 0x6C0F24) is unknown color: approx Pohutukawa. HEX triplet: 6C, 0F and 24. RGB value is (108,15,36). Sum of RGB (Red+Green+Blue) = 108+15+36=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0F24 is #93F0DB. Grayscale: #2D2D2D. Windows color (decimal): -9695452 or 2363244. OLE color: 2363244.

HSL color Cylindrical-coordinate representation of color #6C0F24: hue angle of 346.45º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C0F24 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB1081536-
CMYK00.860.670.58
HSL346.45º75.61%24.12%-
HSV(B)346.45º86.11%42.35%-
XYZ6.673.662.02-
YUV45.2122.81172.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 67.92%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=67.92%
G=9.43%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108153600.860.670.58346.4575.6124.12
Hex6CF24056433A15a4c18
Octal154174401261037253211430
Binary11011001111100100010101101000011111010101011010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,15,36); }

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

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

 a { background-color: rgb(108,15,36); }

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

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

 span { border-color: rgb(108,15,36); }

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