Html Css Color HEX #976715 Golden Brown

📋 copy color: '#976715'

red 151 ◦ green 103 ◦ blue 21

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

Shades of Golden Brown #976715

Tints of Golden Brown #976715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 54.91%
G = 37.45%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#976715 (or 0x976715) is known color: Golden Brown. HEX triplet: 97, 67 and 15. RGB value is (151,103,21). Sum of RGB (Red+Green+Blue) = 151+103+21=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #976715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976715 is #6898EA. Grayscale: #6C6C6C. Windows color (decimal): -6854891 or 1402775. OLE color: 1402775.

HSL color Cylindrical-coordinate representation of color #976715: hue angle of 37.85º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #976715 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 103 21 -
CMYK 0 0.32 0.86 0.41
HSL 37.85º 0.76% 0.34% -
HSV(B) 37.85º 0.86% 0.59% -
XYZ 17.75 16.33 2.93 -
YUV 108 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 151 103 21 0 0.32 0.86 0.41 37.85 0.76 0.34
Hex 97 67 15 0 20 56 29 26 4C 22
Octal 227 147 25 0 40 126 51 46 114 42
Binary 10010111 1100111 10101 0 100000 1010110 101001 100110 1001100 100010

Color Harmonies of #976715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976715

Black with #976715

Text Example


Text Example

White with #976715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976715; }

 p { color: rgb(151,103,21); }

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

background-color css

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

 a { background-color: rgb(151,103,21); }

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

border-color css

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

 span { border-color: rgb(151,103,21); }

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