Html Css Color HEX #967609 Golden Brown

📋 copy color: '#967609'

red 150 ◦ green 118 ◦ blue 9

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

Shades of Golden Brown #967609

Tints of Golden Brown #967609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.25%

R = 54.15%
G = 42.6%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#967609 (or 0x967609) is known color: Golden Brown. HEX triplet: 96, 76 and 09. RGB value is (150,118,9). Sum of RGB (Red+Green+Blue) = 150+118+9=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #967609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967609 is #6989F6. Grayscale: #737373. Windows color (decimal): -6916599 or 620182. OLE color: 620182.

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

Color convert

RGB 150 118 9 -
CMYK 0 0.21 0.94 0.41
HSL 46.38º 0.89% 0.31% -
HSV(B) 46.38º 0.94% 0.59% -
XYZ 19.11 19.46 3.01 -
YUV 115.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 150 118 9 0 0.21 0.94 0.41 46.38 0.89 0.31
Hex 96 76 9 0 15 5E 29 2E 59 1F
Octal 226 166 11 0 25 136 51 56 131 37
Binary 10010110 1110110 1001 0 10101 1011110 101001 101110 1011001 11111

Color Harmonies of #967609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967609

Black with #967609

Text Example


Text Example

White with #967609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967609; }

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

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

background-color css

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

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

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

border-color css

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

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

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