Html Css Color HEX #6C0F27 Pohutukawa

📋 copy color: '#6C0F27'

red 108 ◦ green 15 ◦ blue 39

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

Shades of Pohutukawa #6C0F27

Tints of Pohutukawa #6C0F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.26%

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

R = 66.67%
G = 9.26%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6C0F27 (or 0x6C0F27) is known color: Pohutukawa. HEX triplet: 6C, 0F and 27. RGB value is (108,15,39). Sum of RGB (Red+Green+Blue) = 108+15+39=162 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.67% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0F27 is #93F0D8. Grayscale: #2D2D2D. Windows color (decimal): -9695449 or 2559852. OLE color: 2559852.

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

Color convert

RGB 108 15 39 -
CMYK 0 0.86 0.64 0.58
HSL 344.52º 0.76% 0.24% -
HSV(B) 344.52º 0.86% 0.42% -
XYZ 6.72 3.68 2.27 -
YUV 45.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 108 15 39 0 0.86 0.64 0.58 344.52 0.76 0.24
Hex 6C F 27 0 56 40 3A 159 4C 18
Octal 154 17 47 0 126 100 72 531 114 30
Binary 1101100 1111 100111 0 1010110 1000000 111010 101011001 1001100 11000

Color Harmonies of #6C0F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0F27

Black with #6C0F27

Text Example


Text Example

White with #6C0F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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