Html Css Color HEX #975506 Golden Brown

📋 copy color: '#975506'

red 151 ◦ green 85 ◦ blue 6

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

Shades of Golden Brown #975506

Tints of Golden Brown #975506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 62.4%
G = 35.12%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#975506 (or 0x975506) is known color: Golden Brown. HEX triplet: 97, 55 and 06. RGB value is (151,85,6). Sum of RGB (Red+Green+Blue) = 151+85+6=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #975506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975506 is #68AAF9. Grayscale: #606060. Windows color (decimal): -6859514 or 415127. OLE color: 415127.

HSL color Cylindrical-coordinate representation of color #975506: hue angle of 32.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #975506 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 85 6 -
CMYK 0 0.44 0.96 0.41
HSL 32.69º 0.92% 0.31% -
HSV(B) 32.69º 0.96% 0.59% -
XYZ 16.04 13.09 1.85 -
YUV 95.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 151 85 6 0 0.44 0.96 0.41 32.69 0.92 0.31
Hex 97 55 6 0 2C 60 29 21 5C 1F
Octal 227 125 6 0 54 140 51 41 134 37
Binary 10010111 1010101 110 0 101100 1100000 101001 100001 1011100 11111

Color Harmonies of #975506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975506

Black with #975506

Text Example


Text Example

White with #975506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975506; }

 p { color: rgb(151,85,6); }

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

background-color css

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

 a { background-color: rgb(151,85,6); }

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

border-color css

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

 span { border-color: rgb(151,85,6); }

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