Html Css Color HEX #936A00 Golden Brown

📋 copy color: '#936A00'

red 147 ◦ green 106 ◦ blue 0

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

Shades of Golden Brown #936A00

Tints of Golden Brown #936A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.9%

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

R = 58.1%
G = 41.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#936A00 (or 0x936A00) is known color: Golden Brown. HEX triplet: 93, 6A and 00. RGB value is (147,106,0). Sum of RGB (Red+Green+Blue) = 147+106+0=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #936A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936A00 is #6C95FF. Grayscale: #6A6A6A. Windows color (decimal): -7116288 or 27283. OLE color: 27283.

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

Color convert

RGB 147 106 0 -
CMYK 0 0.28 1 0.42
HSL 43.27º 1% 0.29% -
HSV(B) 43.27º 1% 0.58% -
XYZ 17.19 16.51 2.28 -
YUV 106.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 147 106 0 0 0.28 1 0.42 43.27 1 0.29
Hex 93 6A 0 0 1C 64 2A 2B 64 1D
Octal 223 152 0 0 34 144 52 53 144 35
Binary 10010011 1101010 0 0 11100 1100100 101010 101011 1100100 11101

Color Harmonies of #936A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936A00

Black with #936A00

Text Example


Text Example

White with #936A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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