Html Css Color HEX #936016 Golden Brown

📋 copy color: '#936016'

red 147 ◦ green 96 ◦ blue 22

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

Shades of Golden Brown #936016

Tints of Golden Brown #936016

RGB

 RED value IS 147 (57.81% from 255) = 55.47%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 55.47%
G = 36.23%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#936016 (or 0x936016) is known color: Golden Brown. HEX triplet: 93, 60 and 16. RGB value is (147,96,22). Sum of RGB (Red+Green+Blue) = 147+96+22=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #936016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936016 is #6C9FE9. Grayscale: #676767. Windows color (decimal): -7118826 or 1466515. OLE color: 1466515.

HSL color Cylindrical-coordinate representation of color #936016: hue angle of 35.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #936016 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 22 -
CMYK 0 0.35 0.85 0.42
HSL 35.52º 0.74% 0.33% -
HSV(B) 35.52º 0.85% 0.58% -
XYZ 16.36 14.63 2.72 -
YUV 102.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 147 96 22 0 0.35 0.85 0.42 35.52 0.74 0.33
Hex 93 60 16 0 23 55 2A 24 4A 21
Octal 223 140 26 0 43 125 52 44 112 41
Binary 10010011 1100000 10110 0 100011 1010101 101010 100100 1001010 100001

Color Harmonies of #936016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936016

Black with #936016

Text Example


Text Example

White with #936016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936016; }

 p { color: rgb(147,96,22); }

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

background-color css

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

 a { background-color: rgb(147,96,22); }

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

border-color css

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

 span { border-color: rgb(147,96,22); }

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