Html Css Color HEX #6C0C27 Pohutukawa

📋 copy color: '#6C0C27'

red 108 ◦ green 12 ◦ blue 39

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

Shades of Pohutukawa #6C0C27

Tints of Pohutukawa #6C0C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

 BLUE value IS 39 (15.63% from 255) = 24.53%

R = 67.92%
G = 7.55%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6C0C27 (or 0x6C0C27) is known color: Pohutukawa. HEX triplet: 6C, 0C and 27. RGB value is (108,12,39). Sum of RGB (Red+Green+Blue) = 108+12+39=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0C27 is #93F3D8. Grayscale: #2B2B2B. Windows color (decimal): -9696217 or 2559084. OLE color: 2559084.

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

Color convert

RGB 108 12 39 -
CMYK 0 0.89 0.64 0.58
HSL 343.13º 0.8% 0.24% -
HSV(B) 343.13º 0.89% 0.42% -
XYZ 6.68 3.6 2.26 -
YUV 43.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 108 12 39 0 0.89 0.64 0.58 343.13 0.8 0.24
Hex 6C C 27 0 59 40 3A 157 50 18
Octal 154 14 47 0 131 100 72 527 120 30
Binary 1101100 1100 100111 0 1011001 1000000 111010 101010111 1010000 11000

Color Harmonies of #6C0C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0C27

Black with #6C0C27

Text Example


Text Example

White with #6C0C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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