Html Css Color HEX #946A15 Golden Brown

📋 copy color: '#946A15'

red 148 ◦ green 106 ◦ blue 21

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

Shades of Golden Brown #946A15

Tints of Golden Brown #946A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 53.82%
G = 38.55%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946A15 (or 0x946A15) is known color: Golden Brown. HEX triplet: 94, 6A and 15. RGB value is (148,106,21). Sum of RGB (Red+Green+Blue) = 148+106+21=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #946A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946A15 is #6B95EA. Grayscale: #6D6D6D. Windows color (decimal): -7050731 or 1403540. OLE color: 1403540.

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

Color convert

RGB 148 106 21 -
CMYK 0 0.28 0.86 0.42
HSL 40.16º 0.75% 0.33% -
HSV(B) 40.16º 0.86% 0.58% -
XYZ 17.5 16.66 3 -
YUV 108.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 148 106 21 0 0.28 0.86 0.42 40.16 0.75 0.33
Hex 94 6A 15 0 1C 56 2A 28 4B 21
Octal 224 152 25 0 34 126 52 50 113 41
Binary 10010100 1101010 10101 0 11100 1010110 101010 101000 1001011 100001

Color Harmonies of #946A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A15

Black with #946A15

Text Example


Text Example

White with #946A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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