Html Css Color HEX #976B0A Golden Brown

📋 copy color: '#976B0A'

red 151 ◦ green 107 ◦ blue 10

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

Shades of Golden Brown #976B0A

Tints of Golden Brown #976B0A

RGB

 RED value IS 151 (59.38% from 255) = 56.34%

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

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

R = 56.34%
G = 39.93%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#976B0A (or 0x976B0A) is known color: Golden Brown. HEX triplet: 97, 6B and 0A. RGB value is (151,107,10). Sum of RGB (Red+Green+Blue) = 151+107+10=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #976B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976B0A is #6894F5. Grayscale: #6D6D6D. Windows color (decimal): -6853878 or 682903. OLE color: 682903.

HSL color Cylindrical-coordinate representation of color #976B0A: hue angle of 41.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #976B0A is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 107 10 -
CMYK 0 0.29 0.93 0.41
HSL 41.28º 0.88% 0.32% -
HSV(B) 41.28º 0.93% 0.59% -
XYZ 18.07 17.12 2.64 -
YUV 109.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 151 107 10 0 0.29 0.93 0.41 41.28 0.88 0.32
Hex 97 6B A 0 1D 5D 29 29 58 20
Octal 227 153 12 0 35 135 51 51 130 40
Binary 10010111 1101011 1010 0 11101 1011101 101001 101001 1011000 100000

Color Harmonies of #976B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B0A

Black with #976B0A

Text Example


Text Example

White with #976B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976B0A; }

 p { color: rgb(151,107,10); }

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

background-color css

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

 a { background-color: rgb(151,107,10); }

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

border-color css

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

 span { border-color: rgb(151,107,10); }

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