Html Css Color HEX #68171D Pohutukawa

📋 copy color: '#68171D'

red 104 ◦ green 23 ◦ blue 29

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

Shades of Pohutukawa #68171D

Tints of Pohutukawa #68171D

RGB

 RED value IS 104 (41.02% from 255) = 66.67%

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

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

R = 66.67%
G = 14.74%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68171D (or 0x68171D) is known color: Pohutukawa. HEX triplet: 68, 17 and 1D. RGB value is (104,23,29). Sum of RGB (Red+Green+Blue) = 104+23+29=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68171D is #97E8E2. Grayscale: #2F2F2F. Windows color (decimal): -9955555 or 1906536. OLE color: 1906536.

HSL color Cylindrical-coordinate representation of color #68171D: hue angle of 355.56º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68171D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 29 -
CMYK 0 0.78 0.72 0.59
HSL 355.56º 0.64% 0.25% -
HSV(B) 355.56º 0.78% 0.41% -
XYZ 6.24 3.64 1.54 -
YUV 47.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 104 23 29 0 0.78 0.72 0.59 355.56 0.64 0.25
Hex 68 17 1D 0 4E 48 3B 164 40 19
Octal 150 27 35 0 116 110 73 544 100 31
Binary 1101000 10111 11101 0 1001110 1001000 111011 101100100 1000000 11001

Color Harmonies of #68171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68171D

Black with #68171D

Text Example


Text Example

White with #68171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68171D; }

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

 H1.HeaderClassName
 {
   color: #68171D;
 }
 .AnyTagClassName
 {
   color: #68171D;
 }
</style>

background-color css

<style>
 a { background-color: #68171D; }

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

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

border-color css

<style>
 span { border-color: #68171D; }

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

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