Html Css Color HEX #896905 Golden Brown

📋 copy color: '#896905'

red 137 ◦ green 105 ◦ blue 5

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

Shades of Golden Brown #896905

Tints of Golden Brown #896905

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.51%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 55.47%
G = 42.51%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#896905 (or 0x896905) is known color: Golden Brown. HEX triplet: 89, 69 and 05. RGB value is (137,105,5). Sum of RGB (Red+Green+Blue) = 137+105+5=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #896905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896905 is #7696FA. Grayscale: #676767. Windows color (decimal): -7771899 or 354697. OLE color: 354697.

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

Color convert

RGB 137 105 5 -
CMYK 0 0.23 0.96 0.46
HSL 45.45º 0.93% 0.28% -
HSV(B) 45.45º 0.96% 0.54% -
XYZ 15.4 15.43 2.31 -
YUV 103.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 137 105 5 0 0.23 0.96 0.46 45.45 0.93 0.28
Hex 89 69 5 0 17 60 2E 2D 5D 1C
Octal 211 151 5 0 27 140 56 55 135 34
Binary 10001001 1101001 101 0 10111 1100000 101110 101101 1011101 11100

Color Harmonies of #896905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896905

Black with #896905

Text Example


Text Example

White with #896905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896905; }

 p { color: rgb(137,105,5); }

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

background-color css

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

 a { background-color: rgb(137,105,5); }

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

border-color css

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

 span { border-color: rgb(137,105,5); }

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