Html Css Color HEX #896418 Yukon Gold

📋 copy color: '#896418'

red 137 ◦ green 100 ◦ blue 24

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

Shades of Yukon Gold #896418

Tints of Yukon Gold #896418

RGB

 RED value IS 137 (53.91% from 255) = 52.49%

 GREEN value IS 100 (39.45% from 255) = 38.31%

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 52.49%
G = 38.31%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#896418 (or 0x896418) is known color: Yukon Gold. HEX triplet: 89, 64 and 18. RGB value is (137,100,24). Sum of RGB (Red+Green+Blue) = 137+100+24=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #896418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896418 is #769BE7. Grayscale: #666666. Windows color (decimal): -7773160 or 1598601. OLE color: 1598601.

HSL color Cylindrical-coordinate representation of color #896418: hue angle of 40.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #896418 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 24 -
CMYK 0 0.27 0.82 0.46
HSL 40.35º 0.7% 0.32% -
HSV(B) 40.35º 0.82% 0.54% -
XYZ 15.04 14.5 2.87 -
YUV 102.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 137 100 24 0 0.27 0.82 0.46 40.35 0.7 0.32
Hex 89 64 18 0 1B 52 2E 28 46 20
Octal 211 144 30 0 33 122 56 50 106 40
Binary 10001001 1100100 11000 0 11011 1010010 101110 101000 1000110 100000

Color Harmonies of #896418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896418

Black with #896418

Text Example


Text Example

White with #896418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896418; }

 p { color: rgb(137,100,24); }

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

background-color css

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

 a { background-color: rgb(137,100,24); }

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

border-color css

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

 span { border-color: rgb(137,100,24); }

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