Html Css Color HEX #966717 Golden Brown

📋 copy color: '#966717'

red 150 ◦ green 103 ◦ blue 23

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

Shades of Golden Brown #966717

Tints of Golden Brown #966717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 54.35%
G = 37.32%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#966717 (or 0x966717) is known color: Golden Brown. HEX triplet: 96, 67 and 17. RGB value is (150,103,23). Sum of RGB (Red+Green+Blue) = 150+103+23=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #966717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966717 is #6998E8. Grayscale: #6C6C6C. Windows color (decimal): -6920425 or 1533846. OLE color: 1533846.

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

Color convert

RGB 150 103 23 -
CMYK 0 0.31 0.85 0.41
HSL 37.8º 0.73% 0.34% -
HSV(B) 37.8º 0.85% 0.59% -
XYZ 17.58 16.25 3.02 -
YUV 107.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 150 103 23 0 0.31 0.85 0.41 37.8 0.73 0.34
Hex 96 67 17 0 1F 55 29 26 49 22
Octal 226 147 27 0 37 125 51 46 111 42
Binary 10010110 1100111 10111 0 11111 1010101 101001 100110 1001001 100010

Color Harmonies of #966717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966717

Black with #966717

Text Example


Text Example

White with #966717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966717; }

 p { color: rgb(150,103,23); }

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

background-color css

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

 a { background-color: rgb(150,103,23); }

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

border-color css

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

 span { border-color: rgb(150,103,23); }

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