Html Css Color HEX #976613 Golden Brown

📋 copy color: '#976613'

red 151 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #976613

Tints of Golden Brown #976613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

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

R = 55.51%
G = 37.5%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#976613 (or 0x976613) is known color: Golden Brown. HEX triplet: 97, 66 and 13. RGB value is (151,102,19). Sum of RGB (Red+Green+Blue) = 151+102+19=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #976613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976613 is #6899EC. Grayscale: #6B6B6B. Windows color (decimal): -6855149 or 1271447. OLE color: 1271447.

HSL color Cylindrical-coordinate representation of color #976613: hue angle of 37.73º 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 #976613 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 102 19 -
CMYK 0 0.32 0.87 0.41
HSL 37.73º 0.78% 0.33% -
HSV(B) 37.73º 0.87% 0.59% -
XYZ 17.63 16.13 2.8 -
YUV 107.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 151 102 19 0 0.32 0.87 0.41 37.73 0.78 0.33
Hex 97 66 13 0 20 57 29 26 4E 21
Octal 227 146 23 0 40 127 51 46 116 41
Binary 10010111 1100110 10011 0 100000 1010111 101001 100110 1001110 100001

Color Harmonies of #976613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976613

Black with #976613

Text Example


Text Example

White with #976613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976613; }

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

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

background-color css

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

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

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

border-color css

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

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

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