Html Css Color HEX #976615 Golden Brown

📋 copy color: '#976615'

red 151 ◦ green 102 ◦ blue 21

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

Shades of Golden Brown #976615

Tints of Golden Brown #976615

RGB

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

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

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

R = 55.11%
G = 37.23%
B = 7.66%

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

#976615 (or 0x976615) is known color: Golden Brown. HEX triplet: 97, 66 and 15. RGB value is (151,102,21). Sum of RGB (Red+Green+Blue) = 151+102+21=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #976615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976615 is #6899EA. Grayscale: #6B6B6B. Windows color (decimal): -6855147 or 1402519. OLE color: 1402519.

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

Color convert

RGB 151 102 21 -
CMYK 0 0.32 0.86 0.41
HSL 37.38º 0.76% 0.34% -
HSV(B) 37.38º 0.86% 0.59% -
XYZ 17.65 16.14 2.89 -
YUV 107.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 151 102 21 0 0.32 0.86 0.41 37.38 0.76 0.34
Hex 97 66 15 0 20 56 29 25 4C 22
Octal 227 146 25 0 40 126 51 45 114 42
Binary 10010111 1100110 10101 0 100000 1010110 101001 100101 1001100 100010

Color Harmonies of #976615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976615

Black with #976615

Text Example


Text Example

White with #976615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976615; }

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

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

background-color css

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

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

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

border-color css

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

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

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