Html Css Color HEX #896702 Golden Brown

📋 copy color: '#896702'

red 137 ◦ green 103 ◦ blue 2

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

Shades of Golden Brown #896702

Tints of Golden Brown #896702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.56%

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

R = 56.61%
G = 42.56%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#896702 (or 0x896702) is known color: Golden Brown. HEX triplet: 89, 67 and 02. RGB value is (137,103,2). Sum of RGB (Red+Green+Blue) = 137+103+2=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #896702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896702 is #7698FD. Grayscale: #666666. Windows color (decimal): -7772414 or 157577. OLE color: 157577.

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

Color convert

RGB 137 103 2 -
CMYK 0 0.25 0.99 0.46
HSL 44.89º 0.97% 0.27% -
HSV(B) 44.89º 0.99% 0.54% -
XYZ 15.18 15.02 2.16 -
YUV 101.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 137 103 2 0 0.25 0.99 0.46 44.89 0.97 0.27
Hex 89 67 2 0 19 63 2E 2D 61 1B
Octal 211 147 2 0 31 143 56 55 141 33
Binary 10001001 1100111 10 0 11001 1100011 101110 101101 1100001 11011

Color Harmonies of #896702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896702

Black with #896702

Text Example


Text Example

White with #896702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896702; }

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

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

background-color css

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

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

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

border-color css

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

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

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