Html Css Color HEX #946A21 Golden Brown

📋 copy color: '#946A21'

red 148 ◦ green 106 ◦ blue 33

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

Shades of Golden Brown #946A21

Tints of Golden Brown #946A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 51.57%
G = 36.93%
B = 11.5%

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

#946A21 (or 0x946A21) is known color: Golden Brown. HEX triplet: 94, 6A and 21. RGB value is (148,106,33). Sum of RGB (Red+Green+Blue) = 148+106+33=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #946A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A21 is #6B95DE. Grayscale: #6E6E6E. Windows color (decimal): -7050719 or 2189972. OLE color: 2189972.

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

Color convert

RGB 148 106 33 -
CMYK 0 0.28 0.78 0.42
HSL 38.09º 0.64% 0.35% -
HSV(B) 38.09º 0.78% 0.58% -
XYZ 17.64 16.71 3.74 -
YUV 110.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 148 106 33 0 0.28 0.78 0.42 38.09 0.64 0.35
Hex 94 6A 21 0 1C 4E 2A 26 40 23
Octal 224 152 41 0 34 116 52 46 100 43
Binary 10010100 1101010 100001 0 11100 1001110 101010 100110 1000000 100011

Color Harmonies of #946A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A21

Black with #946A21

Text Example


Text Example

White with #946A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,106,33); }

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

background-color css

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

 a { background-color: rgb(148,106,33); }

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

border-color css

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

 span { border-color: rgb(148,106,33); }

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