Html Css Color HEX #6D0F20 Pohutukawa

📋 copy color: '#6D0F20'

red 109 ◦ green 15 ◦ blue 32

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

Shades of Pohutukawa #6D0F20

Tints of Pohutukawa #6D0F20

RGB

 RED value IS 109 (42.97% from 255) = 69.87%

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

 BLUE value IS 32 (12.89% from 255) = 20.51%

R = 69.87%
G = 9.62%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D0F20 (or 0x6D0F20) is known color: Pohutukawa. HEX triplet: 6D, 0F and 20. RGB value is (109,15,32). Sum of RGB (Red+Green+Blue) = 109+15+32=156 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.87% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0F20 is #92F0DF. Grayscale: #2D2D2D. Windows color (decimal): -9629920 or 2101101. OLE color: 2101101.

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

Color convert

RGB 109 15 32 -
CMYK 0 0.86 0.71 0.57
HSL 349.15º 0.76% 0.24% -
HSV(B) 349.15º 0.86% 0.43% -
XYZ 6.74 3.7 1.72 -
YUV 45.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 109 15 32 0 0.86 0.71 0.57 349.15 0.76 0.24
Hex 6D F 20 0 56 47 39 15D 4C 18
Octal 155 17 40 0 126 107 71 535 114 30
Binary 1101101 1111 100000 0 1010110 1000111 111001 101011101 1001100 11000

Color Harmonies of #6D0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F20

Black with #6D0F20

Text Example


Text Example

White with #6D0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,32); }

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

background-color css

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

 a { background-color: rgb(109,15,32); }

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

border-color css

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

 span { border-color: rgb(109,15,32); }

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