Html Css Color HEX #975306 Golden Brown

📋 copy color: '#975306'

red 151 ◦ green 83 ◦ blue 6

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

Shades of Golden Brown #975306

Tints of Golden Brown #975306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

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

R = 62.92%
G = 34.58%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#975306 (or 0x975306) is known color: Golden Brown. HEX triplet: 97, 53 and 06. RGB value is (151,83,6). Sum of RGB (Red+Green+Blue) = 151+83+6=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #975306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975306 is #68ACF9. Grayscale: #5E5E5E. Windows color (decimal): -6860026 or 414615. OLE color: 414615.

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

Color convert

RGB 151 83 6 -
CMYK 0 0.45 0.96 0.41
HSL 31.86º 0.92% 0.31% -
HSV(B) 31.86º 0.96% 0.59% -
XYZ 15.89 12.78 1.8 -
YUV 94.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 151 83 6 0 0.45 0.96 0.41 31.86 0.92 0.31
Hex 97 53 6 0 2D 60 29 20 5C 1F
Octal 227 123 6 0 55 140 51 40 134 37
Binary 10010111 1010011 110 0 101101 1100000 101001 100000 1011100 11111

Color Harmonies of #975306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975306

Black with #975306

Text Example


Text Example

White with #975306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975306; }

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

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

background-color css

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

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

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

border-color css

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

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

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