#6C0B27

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

Shades of Pohutukawa #6C0B27

Tints of Pohutukawa #6C0B27

Color information

#6C0B27 (or 0x6C0B27) is unknown color: approx Pohutukawa. HEX triplet: 6C, 0B and 27. RGB value is (108,11,39). Sum of RGB (Red+Green+Blue) = 108+11+39=158 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.35% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B27 is #93F4D8. Grayscale: #2B2B2B. Windows color (decimal): -9696473 or 2558828. OLE color: 2558828.

HSL color Cylindrical-coordinate representation of color #6C0B27: hue angle of 342.68º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B27 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1081139-
CMYK00.900.640.58
HSL342.68º81.51%23.33%-
HSV(B)342.68º89.81%42.35%-
XYZ6.673.572.26-
YUV43.2125.64174.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.35%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=68.35%
G=6.96%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108113900.900.640.58342.6881.5123.33
Hex6CB2705A403A1575217
Octal154134701321007252712227
Binary11011001011100111010110101000000111010101010111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,11,39); }

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

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

 a { background-color: rgb(108,11,39); }

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

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

 span { border-color: rgb(108,11,39); }

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