Html Css Color HEX #976714 Golden Brown

📋 copy color: '#976714'

red 151 ◦ green 103 ◦ blue 20

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

Shades of Golden Brown #976714

Tints of Golden Brown #976714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 55.11%
G = 37.59%
B = 7.3%

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

#976714 (or 0x976714) is known color: Golden Brown. HEX triplet: 97, 67 and 14. RGB value is (151,103,20). Sum of RGB (Red+Green+Blue) = 151+103+20=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #976714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976714 is #6898EB. Grayscale: #6C6C6C. Windows color (decimal): -6854892 or 1337239. OLE color: 1337239.

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

Color convert

RGB 151 103 20 -
CMYK 0 0.32 0.87 0.41
HSL 38.02º 0.77% 0.34% -
HSV(B) 38.02º 0.87% 0.59% -
XYZ 17.74 16.33 2.88 -
YUV 107.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 151 103 20 0 0.32 0.87 0.41 38.02 0.77 0.34
Hex 97 67 14 0 20 57 29 26 4D 22
Octal 227 147 24 0 40 127 51 46 115 42
Binary 10010111 1100111 10100 0 100000 1010111 101001 100110 1001101 100010

Color Harmonies of #976714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976714

Black with #976714

Text Example


Text Example

White with #976714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976714; }

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

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

background-color css

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

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

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

border-color css

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

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

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