Html Css Color HEX #68171E Pohutukawa

📋 copy color: '#68171E'

red 104 ◦ green 23 ◦ blue 30

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

Shades of Pohutukawa #68171E

Tints of Pohutukawa #68171E

RGB

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

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

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

R = 66.24%
G = 14.65%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68171E (or 0x68171E) is known color: Pohutukawa. HEX triplet: 68, 17 and 1E. RGB value is (104,23,30). Sum of RGB (Red+Green+Blue) = 104+23+30=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68171E is #97E8E1. Grayscale: #303030. Windows color (decimal): -9955554 or 1972072. OLE color: 1972072.

HSL color Cylindrical-coordinate representation of color #68171E: hue angle of 354.81º 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 #68171E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 30 -
CMYK 0 0.78 0.71 0.59
HSL 354.81º 0.64% 0.25% -
HSV(B) 354.81º 0.78% 0.41% -
XYZ 6.25 3.65 1.6 -
YUV 48.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 104 23 30 0 0.78 0.71 0.59 354.81 0.64 0.25
Hex 68 17 1E 0 4E 47 3B 163 40 19
Octal 150 27 36 0 116 107 73 543 100 31
Binary 1101000 10111 11110 0 1001110 1000111 111011 101100011 1000000 11001

Color Harmonies of #68171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68171E

Black with #68171E

Text Example


Text Example

White with #68171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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