Html Css Color HEX #976700 Golden Brown

📋 copy color: '#976700'

red 151 ◦ green 103 ◦ blue 0

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

Shades of Golden Brown #976700

Tints of Golden Brown #976700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.45%
G = 40.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#976700 (or 0x976700) is known color: Golden Brown. HEX triplet: 97, 67 and 00. RGB value is (151,103,0). Sum of RGB (Red+Green+Blue) = 151+103+0=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #976700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976700 is #6898FF. Grayscale: #6A6A6A. Windows color (decimal): -6854912 or 26519. OLE color: 26519.

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

Color convert

RGB 151 103 0 -
CMYK 0 0.32 1 0.41
HSL 40.93º 1% 0.3% -
HSV(B) 40.93º 1% 0.59% -
XYZ 17.61 16.28 2.21 -
YUV 105.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 151 103 0 0 0.32 1 0.41 40.93 1 0.3
Hex 97 67 0 0 20 64 29 29 64 1E
Octal 227 147 0 0 40 144 51 51 144 36
Binary 10010111 1100111 0 0 100000 1100100 101001 101001 1100100 11110

Color Harmonies of #976700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976700

Black with #976700

Text Example


Text Example

White with #976700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976700; }

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

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

background-color css

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

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

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

border-color css

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

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

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