Html Css Color HEX #936600 Golden Brown

📋 copy color: '#936600'

red 147 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #936600

Tints of Golden Brown #936600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.04%
G = 40.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#936600 (or 0x936600) is known color: Golden Brown. HEX triplet: 93, 66 and 00. RGB value is (147,102,0). Sum of RGB (Red+Green+Blue) = 147+102+0=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #936600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936600 is #6C99FF. Grayscale: #686868. Windows color (decimal): -7117312 or 26259. OLE color: 26259.

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

Color convert

RGB 147 102 0 -
CMYK 0 0.31 1 0.42
HSL 41.63º 1% 0.29% -
HSV(B) 41.63º 1% 0.58% -
XYZ 16.78 15.71 2.15 -
YUV 103.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 147 102 0 0 0.31 1 0.42 41.63 1 0.29
Hex 93 66 0 0 1F 64 2A 2A 64 1D
Octal 223 146 0 0 37 144 52 52 144 35
Binary 10010011 1100110 0 0 11111 1100100 101010 101010 1100100 11101

Color Harmonies of #936600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936600

Black with #936600

Text Example


Text Example

White with #936600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936600; }

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

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

background-color css

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

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

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

border-color css

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

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

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