Html Css Color HEX #896A0A Golden Brown

📋 copy color: '#896A0A'

red 137 ◦ green 106 ◦ blue 10

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

Shades of Golden Brown #896A0A

Tints of Golden Brown #896A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.9%

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 54.15%
G = 41.9%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#896A0A (or 0x896A0A) is known color: Golden Brown. HEX triplet: 89, 6A and 0A. RGB value is (137,106,10). Sum of RGB (Red+Green+Blue) = 137+106+10=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #896A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A0A is #7695F5. Grayscale: #686868. Windows color (decimal): -7771638 or 682633. OLE color: 682633.

HSL color Cylindrical-coordinate representation of color #896A0A: hue angle of 45.35º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #896A0A is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 106 10 -
CMYK 0 0.23 0.93 0.46
HSL 45.35º 0.86% 0.29% -
HSV(B) 45.35º 0.93% 0.54% -
XYZ 15.53 15.65 2.49 -
YUV 104.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 137 106 10 0 0.23 0.93 0.46 45.35 0.86 0.29
Hex 89 6A A 0 17 5D 2E 2D 56 1D
Octal 211 152 12 0 27 135 56 55 126 35
Binary 10001001 1101010 1010 0 10111 1011101 101110 101101 1010110 11101

Color Harmonies of #896A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A0A

Black with #896A0A

Text Example


Text Example

White with #896A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896A0A; }

 p { color: rgb(137,106,10); }

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

background-color css

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

 a { background-color: rgb(137,106,10); }

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

border-color css

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

 span { border-color: rgb(137,106,10); }

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