Html Css Color HEX #936912 Golden Brown

📋 copy color: '#936912'

red 147 ◦ green 105 ◦ blue 18

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

Shades of Golden Brown #936912

Tints of Golden Brown #936912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 54.44%
G = 38.89%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#936912 (or 0x936912) is known color: Golden Brown. HEX triplet: 93, 69 and 12. RGB value is (147,105,18). Sum of RGB (Red+Green+Blue) = 147+105+18=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #936912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936912 is #6C96ED. Grayscale: #6C6C6C. Windows color (decimal): -7116526 or 1206675. OLE color: 1206675.

HSL color Cylindrical-coordinate representation of color #936912: hue angle of 40.47º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #936912 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 105 18 -
CMYK 0 0.29 0.88 0.42
HSL 40.47º 0.78% 0.32% -
HSV(B) 40.47º 0.88% 0.58% -
XYZ 17.19 16.35 2.82 -
YUV 107.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 147 105 18 0 0.29 0.88 0.42 40.47 0.78 0.32
Hex 93 69 12 0 1D 58 2A 28 4E 20
Octal 223 151 22 0 35 130 52 50 116 40
Binary 10010011 1101001 10010 0 11101 1011000 101010 101000 1001110 100000

Color Harmonies of #936912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936912

Black with #936912

Text Example


Text Example

White with #936912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936912; }

 p { color: rgb(147,105,18); }

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

background-color css

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

 a { background-color: rgb(147,105,18); }

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

border-color css

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

 span { border-color: rgb(147,105,18); }

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