Html Css Color HEX #946B20 Golden Brown

📋 copy color: '#946B20'

red 148 ◦ green 107 ◦ blue 32

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

Shades of Golden Brown #946B20

Tints of Golden Brown #946B20

RGB

 RED value IS 148 (58.2% from 255) = 51.57%

 GREEN value IS 107 (42.19% from 255) = 37.28%

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 51.57%
G = 37.28%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#946B20 (or 0x946B20) is known color: Golden Brown. HEX triplet: 94, 6B and 20. RGB value is (148,107,32). Sum of RGB (Red+Green+Blue) = 148+107+32=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #946B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B20 is #6B94DF. Grayscale: #6F6F6F. Windows color (decimal): -7050464 or 2124692. OLE color: 2124692.

HSL color Cylindrical-coordinate representation of color #946B20: hue angle of 38.79º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #946B20 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 32 -
CMYK 0 0.28 0.78 0.42
HSL 38.79º 0.64% 0.35% -
HSV(B) 38.79º 0.78% 0.58% -
XYZ 17.73 16.92 3.7 -
YUV 110.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 148 107 32 0 0.28 0.78 0.42 38.79 0.64 0.35
Hex 94 6B 20 0 1C 4E 2A 27 40 23
Octal 224 153 40 0 34 116 52 47 100 43
Binary 10010100 1101011 100000 0 11100 1001110 101010 100111 1000000 100011

Color Harmonies of #946B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B20

Black with #946B20

Text Example


Text Example

White with #946B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946B20; }

 p { color: rgb(148,107,32); }

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

background-color css

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

 a { background-color: rgb(148,107,32); }

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

border-color css

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

 span { border-color: rgb(148,107,32); }

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