Html Css Color HEX #6D1620 Pohutukawa

📋 copy color: '#6D1620'

red 109 ◦ green 22 ◦ blue 32

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

Shades of Pohutukawa #6D1620

Tints of Pohutukawa #6D1620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.5%

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

R = 66.87%
G = 13.5%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D1620 (or 0x6D1620) is known color: Pohutukawa. HEX triplet: 6D, 16 and 20. RGB value is (109,22,32). Sum of RGB (Red+Green+Blue) = 109+22+32=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1620 is #92E9DF. Grayscale: #313131. Windows color (decimal): -9628128 or 2102893. OLE color: 2102893.

HSL color Cylindrical-coordinate representation of color #6D1620: hue angle of 353.1º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1620 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 22 32 -
CMYK 0 0.80 0.71 0.57
HSL 353.1º 0.66% 0.26% -
HSV(B) 353.1º 0.8% 0.43% -
XYZ 6.85 3.93 1.76 -
YUV 49.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 109 22 32 0 0.80 0.71 0.57 353.1 0.66 0.26
Hex 6D 16 20 0 50 47 39 161 42 1A
Octal 155 26 40 0 120 107 71 541 102 32
Binary 1101101 10110 100000 0 1010000 1000111 111001 101100001 1000010 11010

Color Harmonies of #6D1620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1620

Black with #6D1620

Text Example


Text Example

White with #6D1620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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