Html Css Color HEX #936614 Golden Brown

📋 copy color: '#936614'

red 147 ◦ green 102 ◦ blue 20

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

Shades of Golden Brown #936614

Tints of Golden Brown #936614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

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

R = 54.65%
G = 37.92%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#936614 (or 0x936614) is known color: Golden Brown. HEX triplet: 93, 66 and 14. RGB value is (147,102,20). Sum of RGB (Red+Green+Blue) = 147+102+20=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #936614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936614 is #6C99EB. Grayscale: #6A6A6A. Windows color (decimal): -7117292 or 1336979. OLE color: 1336979.

HSL color Cylindrical-coordinate representation of color #936614: hue angle of 38.74º 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 #936614 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 102 20 -
CMYK 0 0.31 0.86 0.42
HSL 38.74º 0.76% 0.33% -
HSV(B) 38.74º 0.86% 0.58% -
XYZ 16.91 15.76 2.81 -
YUV 106.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 147 102 20 0 0.31 0.86 0.42 38.74 0.76 0.33
Hex 93 66 14 0 1F 56 2A 27 4C 21
Octal 223 146 24 0 37 126 52 47 114 41
Binary 10010011 1100110 10100 0 11111 1010110 101010 100111 1001100 100001

Color Harmonies of #936614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936614

Black with #936614

Text Example


Text Example

White with #936614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936614; }

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

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

background-color css

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

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

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

border-color css

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

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

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