Html Css Color HEX #6D1516 Pohutukawa

📋 copy color: '#6D1516'

red 109 ◦ green 21 ◦ blue 22

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

Shades of Pohutukawa #6D1516

Tints of Pohutukawa #6D1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

 BLUE value IS 22 (8.98% from 255) = 14.47%

R = 71.71%
G = 13.82%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.57

RGB Variations

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

Color information

#6D1516 (or 0x6D1516) is known color: Pohutukawa. HEX triplet: 6D, 15 and 16. RGB value is (109,21,22). Sum of RGB (Red+Green+Blue) = 109+21+22=152 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.71% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1516 is #92EAE9. Grayscale: #2F2F2F. Windows color (decimal): -9628394 or 1447277. OLE color: 1447277.

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

Color convert

RGB 109 21 22 -
CMYK 0 0.81 0.80 0.57
HSL 359.32º 0.68% 0.25% -
HSV(B) 359.32º 0.81% 0.43% -
XYZ 6.72 3.85 1.15 -
YUV 47.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 109 21 22 0 0.81 0.80 0.57 359.32 0.68 0.25
Hex 6D 15 16 0 51 50 39 167 44 19
Octal 155 25 26 0 121 120 71 547 104 31
Binary 1101101 10101 10110 0 1010001 1010000 111001 101100111 1000100 11001

Color Harmonies of #6D1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1516

Black with #6D1516

Text Example


Text Example

White with #6D1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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