Html Css Color HEX #976913 Golden Brown

📋 copy color: '#976913'

red 151 ◦ green 105 ◦ blue 19

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

Shades of Golden Brown #976913

Tints of Golden Brown #976913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 54.91%
G = 38.18%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#976913 (or 0x976913) is known color: Golden Brown. HEX triplet: 97, 69 and 13. RGB value is (151,105,19). Sum of RGB (Red+Green+Blue) = 151+105+19=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #976913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976913 is #6896EC. Grayscale: #6D6D6D. Windows color (decimal): -6854381 or 1272215. OLE color: 1272215.

HSL color Cylindrical-coordinate representation of color #976913: hue angle of 39.09º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #976913 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 105 19 -
CMYK 0 0.30 0.87 0.41
HSL 39.09º 0.78% 0.33% -
HSV(B) 39.09º 0.87% 0.59% -
XYZ 17.93 16.73 2.9 -
YUV 108.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 151 105 19 0 0.30 0.87 0.41 39.09 0.78 0.33
Hex 97 69 13 0 1E 57 29 27 4E 21
Octal 227 151 23 0 36 127 51 47 116 41
Binary 10010111 1101001 10011 0 11110 1010111 101001 100111 1001110 100001

Color Harmonies of #976913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976913

Black with #976913

Text Example


Text Example

White with #976913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976913; }

 p { color: rgb(151,105,19); }

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

background-color css

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

 a { background-color: rgb(151,105,19); }

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

border-color css

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

 span { border-color: rgb(151,105,19); }

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