Html Css Color HEX #896108 Golden Brown

📋 copy color: '#896108'

red 137 ◦ green 97 ◦ blue 8

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

Shades of Golden Brown #896108

Tints of Golden Brown #896108

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 56.61%
G = 40.08%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#896108 (or 0x896108) is known color: Golden Brown. HEX triplet: 89, 61 and 08. RGB value is (137,97,8). Sum of RGB (Red+Green+Blue) = 137+97+8=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #896108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896108 is #769EF7. Grayscale: #636363. Windows color (decimal): -7773944 or 549257. OLE color: 549257.

HSL color Cylindrical-coordinate representation of color #896108: hue angle of 41.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #896108 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 8 -
CMYK 0 0.29 0.94 0.46
HSL 41.4º 0.89% 0.28% -
HSV(B) 41.4º 0.94% 0.54% -
XYZ 14.64 13.89 2.14 -
YUV 98.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 137 97 8 0 0.29 0.94 0.46 41.4 0.89 0.28
Hex 89 61 8 0 1D 5E 2E 29 59 1C
Octal 211 141 10 0 35 136 56 51 131 34
Binary 10001001 1100001 1000 0 11101 1011110 101110 101001 1011001 11100

Color Harmonies of #896108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896108

Black with #896108

Text Example


Text Example

White with #896108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896108; }

 p { color: rgb(137,97,8); }

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

background-color css

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

 a { background-color: rgb(137,97,8); }

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

border-color css

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

 span { border-color: rgb(137,97,8); }

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