Html Css Color HEX #976901 Golden Brown

📋 copy color: '#976901'

red 151 ◦ green 105 ◦ blue 1

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

Shades of Golden Brown #976901

Tints of Golden Brown #976901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.86%

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

R = 58.75%
G = 40.86%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#976901 (or 0x976901) is known color: Golden Brown. HEX triplet: 97, 69 and 01. RGB value is (151,105,1). Sum of RGB (Red+Green+Blue) = 151+105+1=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #976901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976901 is #6896FE. Grayscale: #6B6B6B. Windows color (decimal): -6854399 or 92567. OLE color: 92567.

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

Color convert

RGB 151 105 1 -
CMYK 0 0.30 0.99 0.41
HSL 41.6º 0.99% 0.3% -
HSV(B) 41.6º 0.99% 0.59% -
XYZ 17.82 16.68 2.31 -
YUV 106.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 151 105 1 0 0.30 0.99 0.41 41.6 0.99 0.3
Hex 97 69 1 0 1E 63 29 2A 63 1E
Octal 227 151 1 0 36 143 51 52 143 36
Binary 10010111 1101001 1 0 11110 1100011 101001 101010 1100011 11110

Color Harmonies of #976901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976901

Black with #976901

Text Example


Text Example

White with #976901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976901; }

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

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

background-color css

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

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

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

border-color css

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

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

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