Html Css Color HEX #936300 Golden Brown

📋 copy color: '#936300'

red 147 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #936300

Tints of Golden Brown #936300

RGB

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

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

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

R = 59.76%
G = 40.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#936300 (or 0x936300) is known color: Golden Brown. HEX triplet: 93, 63 and 00. RGB value is (147,99,0). Sum of RGB (Red+Green+Blue) = 147+99+0=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #936300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936300 is #6C9CFF. Grayscale: #666666. Windows color (decimal): -7118080 or 25491. OLE color: 25491.

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

Color convert

RGB 147 99 0 -
CMYK 0 0.33 1 0.42
HSL 40.41º 1% 0.29% -
HSV(B) 40.41º 1% 0.58% -
XYZ 16.49 15.13 2.05 -
YUV 102.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 147 99 0 0 0.33 1 0.42 40.41 1 0.29
Hex 93 63 0 0 21 64 2A 28 64 1D
Octal 223 143 0 0 41 144 52 50 144 35
Binary 10010011 1100011 0 0 100001 1100100 101010 101000 1100100 11101

Color Harmonies of #936300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936300

Black with #936300

Text Example


Text Example

White with #936300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936300; }

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

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

background-color css

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

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

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

border-color css

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

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

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