Html Css Color HEX #6D1020 Pohutukawa

📋 copy color: '#6D1020'

red 109 ◦ green 16 ◦ blue 32

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

Shades of Pohutukawa #6D1020

Tints of Pohutukawa #6D1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

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

R = 69.43%
G = 10.19%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D1020 (or 0x6D1020) is known color: Pohutukawa. HEX triplet: 6D, 10 and 20. RGB value is (109,16,32). Sum of RGB (Red+Green+Blue) = 109+16+32=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1020 is #92EFDF. Grayscale: #2D2D2D. Windows color (decimal): -9629664 or 2101357. OLE color: 2101357.

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

Color convert

RGB 109 16 32 -
CMYK 0 0.85 0.71 0.57
HSL 349.68º 0.74% 0.25% -
HSV(B) 349.68º 0.85% 0.43% -
XYZ 6.75 3.73 1.73 -
YUV 45.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 109 16 32 0 0.85 0.71 0.57 349.68 0.74 0.25
Hex 6D 10 20 0 55 47 39 15E 4A 19
Octal 155 20 40 0 125 107 71 536 112 31
Binary 1101101 10000 100000 0 1010101 1000111 111001 101011110 1001010 11001

Color Harmonies of #6D1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1020

Black with #6D1020

Text Example


Text Example

White with #6D1020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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