Html Css Color HEX #6C0B0E Pohutukawa

📋 copy color: '#6C0B0E'

red 108 ◦ green 11 ◦ blue 14

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

Shades of Pohutukawa #6C0B0E

Tints of Pohutukawa #6C0B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.53%

R = 81.2%
G = 8.27%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#6C0B0E (or 0x6C0B0E) is known color: Pohutukawa. HEX triplet: 6C, 0B and 0E. RGB value is (108,11,14). Sum of RGB (Red+Green+Blue) = 108+11+14=133 (17% of max value = 765). Red value is 108 (42.58% from 255 or 81.20% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0B0E is #93F4F1. Grayscale: #282828. Windows color (decimal): -9696498 or 920428. OLE color: 920428.

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

Color convert

RGB 108 11 14 -
CMYK 0 0.90 0.87 0.58
HSL 358.14º 0.82% 0.23% -
HSV(B) 358.14º 0.9% 0.42% -
XYZ 6.38 3.46 0.75 -
YUV 40.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 108 11 14 0 0.90 0.87 0.58 358.14 0.82 0.23
Hex 6C B E 0 5A 57 3A 166 52 17
Octal 154 13 16 0 132 127 72 546 122 27
Binary 1101100 1011 1110 0 1011010 1010111 111010 101100110 1010010 10111

Color Harmonies of #6C0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0B0E

Black with #6C0B0E

Text Example


Text Example

White with #6C0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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