Html Css Color HEX #6C0B21 Pohutukawa

📋 copy color: '#6C0B21'

red 108 ◦ green 11 ◦ blue 33

#6C0B21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #6C0B21

Tints of Pohutukawa #6C0B21

RGB

 RED value IS 108 (42.58% from 255) = 71.05%

 GREEN value IS 11 (4.69% from 255) = 7.24%

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 71.05%
G = 7.24%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C0B21 (or 0x6C0B21) is known color: Pohutukawa. HEX triplet: 6C, 0B and 21. RGB value is (108,11,33). Sum of RGB (Red+Green+Blue) = 108+11+33=152 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.05% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B21 is #93F4DE. Grayscale: #2A2A2A. Windows color (decimal): -9696479 or 2165612. OLE color: 2165612.

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

Color convert

RGB 108 11 33 -
CMYK 0 0.90 0.69 0.58
HSL 346.39º 0.82% 0.23% -
HSV(B) 346.39º 0.9% 0.42% -
XYZ 6.58 3.54 1.77 -
YUV 42.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 108 11 33 0 0.90 0.69 0.58 346.39 0.82 0.23
Hex 6C B 21 0 5A 45 3A 15A 52 17
Octal 154 13 41 0 132 105 72 532 122 27
Binary 1101100 1011 100001 0 1011010 1000101 111010 101011010 1010010 10111

Color Harmonies of #6C0B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0B21

Black with #6C0B21

Text Example


Text Example

White with #6C0B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C0B21;
 }
 .AnyTagClassName
 {
   color: #6C0B21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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