Html Css Color HEX #6D171F Pohutukawa

📋 copy color: '#6D171F'

red 109 ◦ green 23 ◦ blue 31

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

Shades of Pohutukawa #6D171F

Tints of Pohutukawa #6D171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 66.87%
G = 14.11%
B = 19.02%

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

#6D171F (or 0x6D171F) is known color: Pohutukawa. HEX triplet: 6D, 17 and 1F. RGB value is (109,23,31). Sum of RGB (Red+Green+Blue) = 109+23+31=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D171F is #92E8E0. Grayscale: #313131. Windows color (decimal): -9627873 or 2037613. OLE color: 2037613.

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

Color convert

RGB 109 23 31 -
CMYK 0 0.79 0.72 0.57
HSL 354.42º 0.65% 0.26% -
HSV(B) 354.42º 0.79% 0.43% -
XYZ 6.86 3.96 1.7 -
YUV 49.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 109 23 31 0 0.79 0.72 0.57 354.42 0.65 0.26
Hex 6D 17 1F 0 4F 48 39 162 41 1A
Octal 155 27 37 0 117 110 71 542 101 32
Binary 1101101 10111 11111 0 1001111 1001000 111001 101100010 1000001 11010

Color Harmonies of #6D171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D171F

Black with #6D171F

Text Example


Text Example

White with #6D171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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