Html Css Color HEX #6D171E Pohutukawa

📋 copy color: '#6D171E'

red 109 ◦ green 23 ◦ blue 30

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

Shades of Pohutukawa #6D171E

Tints of Pohutukawa #6D171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 67.28%
G = 14.2%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D171E (or 0x6D171E) is known color: Pohutukawa. HEX triplet: 6D, 17 and 1E. RGB value is (109,23,30). Sum of RGB (Red+Green+Blue) = 109+23+30=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D171E is #92E8E1. Grayscale: #313131. Windows color (decimal): -9627874 or 1972077. OLE color: 1972077.

HSL color Cylindrical-coordinate representation of color #6D171E: hue angle of 355.12º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D171E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 23 30 -
CMYK 0 0.79 0.72 0.57
HSL 355.12º 0.65% 0.26% -
HSV(B) 355.12º 0.79% 0.43% -
XYZ 6.85 3.96 1.63 -
YUV 49.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 109 23 30 0 0.79 0.72 0.57 355.12 0.65 0.26
Hex 6D 17 1E 0 4F 48 39 163 41 1A
Octal 155 27 36 0 117 110 71 543 101 32
Binary 1101101 10111 11110 0 1001111 1001000 111001 101100011 1000001 11010

Color Harmonies of #6D171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D171E

Black with #6D171E

Text Example


Text Example

White with #6D171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,23,30); }

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

background-color css

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

 a { background-color: rgb(109,23,30); }

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

border-color css

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

 span { border-color: rgb(109,23,30); }

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