Html Css Color HEX #967606 Golden Brown

📋 copy color: '#967606'

red 150 ◦ green 118 ◦ blue 6

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

Shades of Golden Brown #967606

Tints of Golden Brown #967606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.07%

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

R = 54.74%
G = 43.07%
B = 2.19%

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

#967606 (or 0x967606) is known color: Golden Brown. HEX triplet: 96, 76 and 06. RGB value is (150,118,6). Sum of RGB (Red+Green+Blue) = 150+118+6=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #967606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967606 is #6989F9. Grayscale: #737373. Windows color (decimal): -6916602 or 423574. OLE color: 423574.

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

Color convert

RGB 150 118 6 -
CMYK 0 0.21 0.96 0.41
HSL 46.67º 0.92% 0.31% -
HSV(B) 46.67º 0.96% 0.59% -
XYZ 19.09 19.45 2.92 -
YUV 114.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 150 118 6 0 0.21 0.96 0.41 46.67 0.92 0.31
Hex 96 76 6 0 15 60 29 2F 5C 1F
Octal 226 166 6 0 25 140 51 57 134 37
Binary 10010110 1110110 110 0 10101 1100000 101001 101111 1011100 11111

Color Harmonies of #967606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967606

Black with #967606

Text Example


Text Example

White with #967606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967606; }

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

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

background-color css

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

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

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

border-color css

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

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

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