Html Css Color HEX #6D171D Pohutukawa

📋 copy color: '#6D171D'

red 109 ◦ green 23 ◦ blue 29

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

Shades of Pohutukawa #6D171D

Tints of Pohutukawa #6D171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 67.7%
G = 14.29%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D171D (or 0x6D171D) is known color: Pohutukawa. HEX triplet: 6D, 17 and 1D. RGB value is (109,23,29). Sum of RGB (Red+Green+Blue) = 109+23+29=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D171D is #92E8E2. Grayscale: #313131. Windows color (decimal): -9627875 or 1906541. OLE color: 1906541.

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

Color convert

RGB 109 23 29 -
CMYK 0 0.79 0.73 0.57
HSL 355.81º 0.65% 0.26% -
HSV(B) 355.81º 0.79% 0.43% -
XYZ 6.83 3.95 1.57 -
YUV 49.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 109 23 29 0 0.79 0.73 0.57 355.81 0.65 0.26
Hex 6D 17 1D 0 4F 49 39 164 41 1A
Octal 155 27 35 0 117 111 71 544 101 32
Binary 1101101 10111 11101 0 1001111 1001001 111001 101100100 1000001 11010

Color Harmonies of #6D171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D171D

Black with #6D171D

Text Example


Text Example

White with #6D171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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