Html Css Color HEX #6D161B Pohutukawa

📋 copy color: '#6D161B'

red 109 ◦ green 22 ◦ blue 27

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

Shades of Pohutukawa #6D161B

Tints of Pohutukawa #6D161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 68.99%
G = 13.92%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6D161B (or 0x6D161B) is known color: Pohutukawa. HEX triplet: 6D, 16 and 1B. RGB value is (109,22,27). Sum of RGB (Red+Green+Blue) = 109+22+27=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D161B is #92E9E4. Grayscale: #303030. Windows color (decimal): -9628133 or 1775213. OLE color: 1775213.

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

Color convert

RGB 109 22 27 -
CMYK 0 0.80 0.75 0.57
HSL 356.55º 0.66% 0.26% -
HSV(B) 356.55º 0.8% 0.43% -
XYZ 6.79 3.9 1.43 -
YUV 48.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 109 22 27 0 0.80 0.75 0.57 356.55 0.66 0.26
Hex 6D 16 1B 0 50 4B 39 165 42 1A
Octal 155 26 33 0 120 113 71 545 102 32
Binary 1101101 10110 11011 0 1010000 1001011 111001 101100101 1000010 11010

Color Harmonies of #6D161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D161B

Black with #6D161B

Text Example


Text Example

White with #6D161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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