Html Css Color HEX #967706 Golden Brown

📋 copy color: '#967706'

red 150 ◦ green 119 ◦ blue 6

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

Shades of Golden Brown #967706

Tints of Golden Brown #967706

RGB

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

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

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

R = 54.55%
G = 43.27%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#967706 (or 0x967706) is known color: Golden Brown. HEX triplet: 96, 77 and 06. RGB value is (150,119,6). Sum of RGB (Red+Green+Blue) = 150+119+6=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #967706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967706 is #6988F9. Grayscale: #737373. Windows color (decimal): -6916346 or 423830. OLE color: 423830.

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

Color convert

RGB 150 119 6 -
CMYK 0 0.21 0.96 0.41
HSL 47.08º 0.92% 0.31% -
HSV(B) 47.08º 0.96% 0.59% -
XYZ 19.21 19.69 2.96 -
YUV 115.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 150 119 6 0 0.21 0.96 0.41 47.08 0.92 0.31
Hex 96 77 6 0 15 60 29 2F 5C 1F
Octal 226 167 6 0 25 140 51 57 134 37
Binary 10010110 1110111 110 0 10101 1100000 101001 101111 1011100 11111

Color Harmonies of #967706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967706

Black with #967706

Text Example


Text Example

White with #967706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967706; }

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

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

background-color css

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

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

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

border-color css

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

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

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