Html Css Color HEX #936314 Golden Brown

📋 copy color: '#936314'

red 147 ◦ green 99 ◦ blue 20

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

Shades of Golden Brown #936314

Tints of Golden Brown #936314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 55.26%
G = 37.22%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#936314 (or 0x936314) is known color: Golden Brown. HEX triplet: 93, 63 and 14. RGB value is (147,99,20). Sum of RGB (Red+Green+Blue) = 147+99+20=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #936314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936314 is #6C9CEB. Grayscale: #686868. Windows color (decimal): -7118060 or 1336211. OLE color: 1336211.

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

Color convert

RGB 147 99 20 -
CMYK 0 0.33 0.86 0.42
HSL 37.32º 0.76% 0.33% -
HSV(B) 37.32º 0.86% 0.58% -
XYZ 16.62 15.18 2.72 -
YUV 104.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 147 99 20 0 0.33 0.86 0.42 37.32 0.76 0.33
Hex 93 63 14 0 21 56 2A 25 4C 21
Octal 223 143 24 0 41 126 52 45 114 41
Binary 10010011 1100011 10100 0 100001 1010110 101010 100101 1001100 100001

Color Harmonies of #936314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936314

Black with #936314

Text Example


Text Example

White with #936314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936314; }

 p { color: rgb(147,99,20); }

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

background-color css

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

 a { background-color: rgb(147,99,20); }

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

border-color css

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

 span { border-color: rgb(147,99,20); }

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