Html Css Color HEX #936800 Golden Brown

📋 copy color: '#936800'

red 147 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #936800

Tints of Golden Brown #936800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.43%

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

R = 58.57%
G = 41.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#936800 (or 0x936800) is known color: Golden Brown. HEX triplet: 93, 68 and 00. RGB value is (147,104,0). Sum of RGB (Red+Green+Blue) = 147+104+0=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #936800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936800 is #6C97FF. Grayscale: #696969. Windows color (decimal): -7116800 or 26771. OLE color: 26771.

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

Color convert

RGB 147 104 0 -
CMYK 0 0.29 1 0.42
HSL 42.45º 1% 0.29% -
HSV(B) 42.45º 1% 0.58% -
XYZ 16.98 16.1 2.21 -
YUV 105 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 147 104 0 0 0.29 1 0.42 42.45 1 0.29
Hex 93 68 0 0 1D 64 2A 2A 64 1D
Octal 223 150 0 0 35 144 52 52 144 35
Binary 10010011 1101000 0 0 11101 1100100 101010 101010 1100100 11101

Color Harmonies of #936800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936800

Black with #936800

Text Example


Text Example

White with #936800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936800; }

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

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

background-color css

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

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

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

border-color css

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

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

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