Html Css Color HEX #896102 Golden Brown

📋 copy color: '#896102'

red 137 ◦ green 97 ◦ blue 2

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

Shades of Golden Brown #896102

Tints of Golden Brown #896102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 58.05%
G = 41.1%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#896102 (or 0x896102) is known color: Golden Brown. HEX triplet: 89, 61 and 02. RGB value is (137,97,2). Sum of RGB (Red+Green+Blue) = 137+97+2=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #896102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896102 is #769EFD. Grayscale: #626262. Windows color (decimal): -7773950 or 156041. OLE color: 156041.

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

Color convert

RGB 137 97 2 -
CMYK 0 0.29 0.99 0.46
HSL 42.22º 0.97% 0.27% -
HSV(B) 42.22º 0.99% 0.54% -
XYZ 14.6 13.87 1.97 -
YUV 98.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 137 97 2 0 0.29 0.99 0.46 42.22 0.97 0.27
Hex 89 61 2 0 1D 63 2E 2A 61 1B
Octal 211 141 2 0 35 143 56 52 141 33
Binary 10001001 1100001 10 0 11101 1100011 101110 101010 1100001 11011

Color Harmonies of #896102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896102

Black with #896102

Text Example


Text Example

White with #896102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896102; }

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

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

background-color css

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

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

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

border-color css

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

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

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