Html Css Color HEX #896208 Golden Brown

📋 copy color: '#896208'

red 137 ◦ green 98 ◦ blue 8

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

Shades of Golden Brown #896208

Tints of Golden Brown #896208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.33%

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

R = 56.38%
G = 40.33%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#896208 (or 0x896208) is known color: Golden Brown. HEX triplet: 89, 62 and 08. RGB value is (137,98,8). Sum of RGB (Red+Green+Blue) = 137+98+8=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #896208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896208 is #769DF7. Grayscale: #636363. Windows color (decimal): -7773688 or 549513. OLE color: 549513.

HSL color Cylindrical-coordinate representation of color #896208: hue angle of 41.86º 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 #896208 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 98 8 -
CMYK 0 0.28 0.94 0.46
HSL 41.86º 0.89% 0.28% -
HSV(B) 41.86º 0.94% 0.54% -
XYZ 14.73 14.07 2.17 -
YUV 99.4 76.42 154.82 -
System Red Green Blue C M Y K H S L
Decimal 137 98 8 0 0.28 0.94 0.46 41.86 0.89 0.28
Hex 89 62 8 0 1C 5E 2E 2A 59 1C
Octal 211 142 10 0 34 136 56 52 131 34
Binary 10001001 1100010 1000 0 11100 1011110 101110 101010 1011001 11100

Color Harmonies of #896208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896208

Black with #896208

Text Example


Text Example

White with #896208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896208; }

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

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

background-color css

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

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

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

border-color css

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

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

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