Html Css Color HEX #936C00 Golden Brown

📋 copy color: '#936C00'

red 147 ◦ green 108 ◦ blue 0

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

Shades of Golden Brown #936C00

Tints of Golden Brown #936C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.35%

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

R = 57.65%
G = 42.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#936C00 (or 0x936C00) is known color: Golden Brown. HEX triplet: 93, 6C and 00. RGB value is (147,108,0). Sum of RGB (Red+Green+Blue) = 147+108+0=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #936C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936C00 is #6C93FF. Grayscale: #6B6B6B. Windows color (decimal): -7115776 or 27795. OLE color: 27795.

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

Color convert

RGB 147 108 0 -
CMYK 0 0.27 1 0.42
HSL 44.08º 1% 0.29% -
HSV(B) 44.08º 1% 0.58% -
XYZ 17.4 16.93 2.35 -
YUV 107.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 147 108 0 0 0.27 1 0.42 44.08 1 0.29
Hex 93 6C 0 0 1B 64 2A 2C 64 1D
Octal 223 154 0 0 33 144 52 54 144 35
Binary 10010011 1101100 0 0 11011 1100100 101010 101100 1100100 11101

Color Harmonies of #936C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936C00

Black with #936C00

Text Example


Text Example

White with #936C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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