Html Css Color HEX #976701 Golden Brown

📋 copy color: '#976701'

red 151 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #976701

Tints of Golden Brown #976701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 59.22%
G = 40.39%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#976701 (or 0x976701) is known color: Golden Brown. HEX triplet: 97, 67 and 01. RGB value is (151,103,1). Sum of RGB (Red+Green+Blue) = 151+103+1=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #976701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976701 is #6898FE. Grayscale: #6A6A6A. Windows color (decimal): -6854911 or 92055. OLE color: 92055.

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

Color convert

RGB 151 103 1 -
CMYK 0 0.32 0.99 0.41
HSL 40.8º 0.99% 0.3% -
HSV(B) 40.8º 0.99% 0.59% -
XYZ 17.62 16.28 2.24 -
YUV 105.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 151 103 1 0 0.32 0.99 0.41 40.8 0.99 0.3
Hex 97 67 1 0 20 63 29 29 63 1E
Octal 227 147 1 0 40 143 51 51 143 36
Binary 10010111 1100111 1 0 100000 1100011 101001 101001 1100011 11110

Color Harmonies of #976701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976701

Black with #976701

Text Example


Text Example

White with #976701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976701; }

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

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

background-color css

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

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

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

border-color css

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

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

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