Html Css Color HEX #946915 Golden Brown

📋 copy color: '#946915'

red 148 ◦ green 105 ◦ blue 21

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

Shades of Golden Brown #946915

Tints of Golden Brown #946915

RGB

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

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

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

R = 54.01%
G = 38.32%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946915 (or 0x946915) is known color: Golden Brown. HEX triplet: 94, 69 and 15. RGB value is (148,105,21). Sum of RGB (Red+Green+Blue) = 148+105+21=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #946915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946915 is #6B96EA. Grayscale: #6C6C6C. Windows color (decimal): -7050987 or 1403284. OLE color: 1403284.

HSL color Cylindrical-coordinate representation of color #946915: hue angle of 39.69º 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 #946915 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 21 -
CMYK 0 0.29 0.86 0.42
HSL 39.69º 0.75% 0.33% -
HSV(B) 39.69º 0.86% 0.58% -
XYZ 17.4 16.45 2.97 -
YUV 108.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 148 105 21 0 0.29 0.86 0.42 39.69 0.75 0.33
Hex 94 69 15 0 1D 56 2A 28 4B 21
Octal 224 151 25 0 35 126 52 50 113 41
Binary 10010100 1101001 10101 0 11101 1010110 101010 101000 1001011 100001

Color Harmonies of #946915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946915

Black with #946915

Text Example


Text Example

White with #946915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946915; }

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

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

background-color css

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

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

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

border-color css

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

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

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