Html Css Color HEX #966309 Golden Brown

📋 copy color: '#966309'

red 150 ◦ green 99 ◦ blue 9

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

Shades of Golden Brown #966309

Tints of Golden Brown #966309

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.37%

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

R = 58.14%
G = 38.37%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#966309 (or 0x966309) is known color: Golden Brown. HEX triplet: 96, 63 and 09. RGB value is (150,99,9). Sum of RGB (Red+Green+Blue) = 150+99+9=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #966309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966309 is #699CF6. Grayscale: #686868. Windows color (decimal): -6921463 or 615318. OLE color: 615318.

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

Color convert

RGB 150 99 9 -
CMYK 0 0.34 0.94 0.41
HSL 38.3º 0.89% 0.31% -
HSV(B) 38.3º 0.94% 0.59% -
XYZ 17.09 15.43 2.34 -
YUV 103.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 150 99 9 0 0.34 0.94 0.41 38.3 0.89 0.31
Hex 96 63 9 0 22 5E 29 26 59 1F
Octal 226 143 11 0 42 136 51 46 131 37
Binary 10010110 1100011 1001 0 100010 1011110 101001 100110 1011001 11111

Color Harmonies of #966309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966309

Black with #966309

Text Example


Text Example

White with #966309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966309; }

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

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

background-color css

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

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

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

border-color css

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

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

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