Html Css Color HEX #896B07 Golden Brown

📋 copy color: '#896B07'

red 137 ◦ green 107 ◦ blue 7

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

Shades of Golden Brown #896B07

Tints of Golden Brown #896B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.63%

 BLUE value IS 7 (3.13% from 255) = 2.79%

R = 54.58%
G = 42.63%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#896B07 (or 0x896B07) is known color: Golden Brown. HEX triplet: 89, 6B and 07. RGB value is (137,107,7). Sum of RGB (Red+Green+Blue) = 137+107+7=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #896B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896B07 is #7694F8. Grayscale: #686868. Windows color (decimal): -7771385 or 486281. OLE color: 486281.

HSL color Cylindrical-coordinate representation of color #896B07: hue angle of 46.15º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #896B07 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 107 7 -
CMYK 0 0.22 0.95 0.46
HSL 46.15º 0.9% 0.28% -
HSV(B) 46.15º 0.95% 0.54% -
XYZ 15.61 15.85 2.44 -
YUV 104.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 137 107 7 0 0.22 0.95 0.46 46.15 0.9 0.28
Hex 89 6B 7 0 16 5F 2E 2E 5A 1C
Octal 211 153 7 0 26 137 56 56 132 34
Binary 10001001 1101011 111 0 10110 1011111 101110 101110 1011010 11100

Color Harmonies of #896B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B07

Black with #896B07

Text Example


Text Example

White with #896B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,107,7); }

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

background-color css

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

 a { background-color: rgb(137,107,7); }

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

border-color css

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

 span { border-color: rgb(137,107,7); }

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