Html Css Color HEX #896602 Golden Brown

📋 copy color: '#896602'

red 137 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #896602

Tints of Golden Brown #896602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.32%

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

R = 56.85%
G = 42.32%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#896602 (or 0x896602) is known color: Golden Brown. HEX triplet: 89, 66 and 02. RGB value is (137,102,2). Sum of RGB (Red+Green+Blue) = 137+102+2=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #896602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896602 is #7699FD. Grayscale: #656565. Windows color (decimal): -7772670 or 157321. OLE color: 157321.

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

Color convert

RGB 137 102 2 -
CMYK 0 0.26 0.99 0.46
HSL 44.44º 0.97% 0.27% -
HSV(B) 44.44º 0.99% 0.54% -
XYZ 15.08 14.83 2.12 -
YUV 101.07 72.1 153.63 -
System Red Green Blue C M Y K H S L
Decimal 137 102 2 0 0.26 0.99 0.46 44.44 0.97 0.27
Hex 89 66 2 0 1A 63 2E 2C 61 1B
Octal 211 146 2 0 32 143 56 54 141 33
Binary 10001001 1100110 10 0 11010 1100011 101110 101100 1100001 11011

Color Harmonies of #896602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896602

Black with #896602

Text Example


Text Example

White with #896602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896602; }

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

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

background-color css

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

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

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

border-color css

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

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

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