Html Css Color HEX #967705 Golden Brown

📋 copy color: '#967705'

red 150 ◦ green 119 ◦ blue 5

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

Shades of Golden Brown #967705

Tints of Golden Brown #967705

RGB

 RED value IS 150 (58.98% from 255) = 54.74%

 GREEN value IS 119 (46.88% from 255) = 43.43%

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 54.74%
G = 43.43%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#967705 (or 0x967705) is known color: Golden Brown. HEX triplet: 96, 77 and 05. RGB value is (150,119,5). Sum of RGB (Red+Green+Blue) = 150+119+5=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #967705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967705 is #6988FA. Grayscale: #737373. Windows color (decimal): -6916347 or 358294. OLE color: 358294.

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

Color convert

RGB 150 119 5 -
CMYK 0 0.21 0.97 0.41
HSL 47.17º 0.94% 0.3% -
HSV(B) 47.17º 0.97% 0.59% -
XYZ 19.2 19.69 2.93 -
YUV 115.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 150 119 5 0 0.21 0.97 0.41 47.17 0.94 0.3
Hex 96 77 5 0 15 61 29 2F 5E 1E
Octal 226 167 5 0 25 141 51 57 136 36
Binary 10010110 1110111 101 0 10101 1100001 101001 101111 1011110 11110

Color Harmonies of #967705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967705

Black with #967705

Text Example


Text Example

White with #967705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967705; }

 p { color: rgb(150,119,5); }

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

background-color css

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

 a { background-color: rgb(150,119,5); }

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

border-color css

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

 span { border-color: rgb(150,119,5); }

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