#6C0D28

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

Shades of Pohutukawa #6C0D28

Tints of Pohutukawa #6C0D28

Color information

#6C0D28 (or 0x6C0D28) is unknown color: approx Pohutukawa. HEX triplet: 6C, 0D and 28. RGB value is (108,13,40). Sum of RGB (Red+Green+Blue) = 108+13+40=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0D28 is #93F2D7. Grayscale: #2C2C2C. Windows color (decimal): -9695960 or 2624876. OLE color: 2624876.

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

Color convert

RGB1081340-
CMYK00.880.630.58
HSL342.95º78.51%23.73%-
HSV(B)342.95º87.96%42.35%-
XYZ6.713.632.35-
YUV44.48125.47173.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 67.08%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=67.08%
G=8.07%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108134000.880.630.58342.9578.5123.73
Hex6CD280583F3A1574f18
Octal15415500130777252711730
Binary1101100110110100001011000111111111010101010111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,13,40); }

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

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

 a { background-color: rgb(108,13,40); }

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

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

 span { border-color: rgb(108,13,40); }

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