#6C0B23

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

Shades of Pohutukawa #6C0B23

Tints of Pohutukawa #6C0B23

Color information

#6C0B23 (or 0x6C0B23) is unknown color: approx Pohutukawa. HEX triplet: 6C, 0B and 23. RGB value is (108,11,35). Sum of RGB (Red+Green+Blue) = 108+11+35=154 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.13% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B23 is #93F4DC. Grayscale: #2A2A2A. Windows color (decimal): -9696477 or 2296684. OLE color: 2296684.

HSL color Cylindrical-coordinate representation of color #6C0B23: hue angle of 345.15º 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 #6C0B23 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB1081135-
CMYK00.900.680.58
HSL345.15º81.51%23.33%-
HSV(B)345.15º89.81%42.35%-
XYZ6.613.551.93-
YUV42.74123.64174.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 70.13%
GREEN value IS 11 (4.69% from 255) = 7.14%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=70.13%
G=7.14%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108113500.900.680.58345.1581.5123.33
Hex6CB2305A443A1595217
Octal154134301321047253112227
Binary11011001011100011010110101000100111010101011001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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