Html Css Color HEX #6D1015 Pohutukawa

📋 copy color: '#6D1015'

red 109 ◦ green 16 ◦ blue 21

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

Shades of Pohutukawa #6D1015

Tints of Pohutukawa #6D1015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.38%

R = 74.66%
G = 10.96%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6D1015 (or 0x6D1015) is known color: Pohutukawa. HEX triplet: 6D, 10 and 15. RGB value is (109,16,21). Sum of RGB (Red+Green+Blue) = 109+16+21=146 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.66% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1015 is #92EFEA. Grayscale: #2C2C2C. Windows color (decimal): -9629675 or 1380461. OLE color: 1380461.

HSL color Cylindrical-coordinate representation of color #6D1015: hue angle of 356.77º 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 #6D1015 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 16 21 -
CMYK 0 0.85 0.81 0.57
HSL 356.77º 0.74% 0.25% -
HSV(B) 356.77º 0.85% 0.43% -
XYZ 6.63 3.68 1.07 -
YUV 44.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 109 16 21 0 0.85 0.81 0.57 356.77 0.74 0.25
Hex 6D 10 15 0 55 51 39 165 4A 19
Octal 155 20 25 0 125 121 71 545 112 31
Binary 1101101 10000 10101 0 1010101 1010001 111001 101100101 1001010 11001

Color Harmonies of #6D1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1015

Black with #6D1015

Text Example


Text Example

White with #6D1015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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