Html Css Color HEX #6D151A Pohutukawa

📋 copy color: '#6D151A'

red 109 ◦ green 21 ◦ blue 26

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

Shades of Pohutukawa #6D151A

Tints of Pohutukawa #6D151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 69.87%
G = 13.46%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D151A (or 0x6D151A) is known color: Pohutukawa. HEX triplet: 6D, 15 and 1A. RGB value is (109,21,26). Sum of RGB (Red+Green+Blue) = 109+21+26=156 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.87% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 109 - color contains mainly: red. Hex color #6D151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D151A is #92EAE5. Grayscale: #2F2F2F. Windows color (decimal): -9628390 or 1709421. OLE color: 1709421.

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

Color convert

RGB 109 21 26 -
CMYK 0 0.81 0.76 0.57
HSL 356.59º 0.68% 0.25% -
HSV(B) 356.59º 0.81% 0.43% -
XYZ 6.76 3.86 1.37 -
YUV 47.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 109 21 26 0 0.81 0.76 0.57 356.59 0.68 0.25
Hex 6D 15 1A 0 51 4C 39 165 44 19
Octal 155 25 32 0 121 114 71 545 104 31
Binary 1101101 10101 11010 0 1010001 1001100 111001 101100101 1000100 11001

Color Harmonies of #6D151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D151A

Black with #6D151A

Text Example


Text Example

White with #6D151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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