Html Css Color HEX #976C0D Golden Brown

📋 copy color: '#976C0D'

red 151 ◦ green 108 ◦ blue 13

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

Shades of Golden Brown #976C0D

Tints of Golden Brown #976C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.71%

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 55.51%
G = 39.71%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#976C0D (or 0x976C0D) is known color: Golden Brown. HEX triplet: 97, 6C and 0D. RGB value is (151,108,13). Sum of RGB (Red+Green+Blue) = 151+108+13=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #976C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976C0D is #6893F2. Grayscale: #6E6E6E. Windows color (decimal): -6853619 or 879767. OLE color: 879767.

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

Color convert

RGB 151 108 13 -
CMYK 0 0.28 0.91 0.41
HSL 41.3º 0.84% 0.32% -
HSV(B) 41.3º 0.91% 0.59% -
XYZ 18.2 17.33 2.77 -
YUV 110.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 151 108 13 0 0.28 0.91 0.41 41.3 0.84 0.32
Hex 97 6C D 0 1C 5B 29 29 54 20
Octal 227 154 15 0 34 133 51 51 124 40
Binary 10010111 1101100 1101 0 11100 1011011 101001 101001 1010100 100000

Color Harmonies of #976C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C0D

Black with #976C0D

Text Example


Text Example

White with #976C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,108,13); }

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

background-color css

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

 a { background-color: rgb(151,108,13); }

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

border-color css

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

 span { border-color: rgb(151,108,13); }

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