Html Css Color HEX #936F00 Golden Brown

📋 copy color: '#936F00'

red 147 ◦ green 111 ◦ blue 0

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

Shades of Golden Brown #936F00

Tints of Golden Brown #936F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.02%

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

R = 56.98%
G = 43.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#936F00 (or 0x936F00) is known color: Golden Brown. HEX triplet: 93, 6F and 00. RGB value is (147,111,0). Sum of RGB (Red+Green+Blue) = 147+111+0=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #936F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936F00 is #6C90FF. Grayscale: #6D6D6D. Windows color (decimal): -7115008 or 28563. OLE color: 28563.

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

Color convert

RGB 147 111 0 -
CMYK 0 0.24 1 0.42
HSL 45.31º 1% 0.29% -
HSV(B) 45.31º 1% 0.58% -
XYZ 17.72 17.57 2.46 -
YUV 109.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 147 111 0 0 0.24 1 0.42 45.31 1 0.29
Hex 93 6F 0 0 18 64 2A 2D 64 1D
Octal 223 157 0 0 30 144 52 55 144 35
Binary 10010011 1101111 0 0 11000 1100100 101010 101101 1100100 11101

Color Harmonies of #936F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936F00

Black with #936F00

Text Example


Text Example

White with #936F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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