Html Css Color HEX #946115 Golden Brown

📋 copy color: '#946115'

red 148 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #946115

Tints of Golden Brown #946115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

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

R = 55.64%
G = 36.47%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946115 (or 0x946115) is known color: Golden Brown. HEX triplet: 94, 61 and 15. RGB value is (148,97,21). Sum of RGB (Red+Green+Blue) = 148+97+21=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #946115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946115 is #6B9EEA. Grayscale: #676767. Windows color (decimal): -7053035 or 1401236. OLE color: 1401236.

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

Color convert

RGB 148 97 21 -
CMYK 0 0.34 0.86 0.42
HSL 35.91º 0.75% 0.33% -
HSV(B) 35.91º 0.86% 0.58% -
XYZ 16.62 14.9 2.71 -
YUV 103.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 148 97 21 0 0.34 0.86 0.42 35.91 0.75 0.33
Hex 94 61 15 0 22 56 2A 24 4B 21
Octal 224 141 25 0 42 126 52 44 113 41
Binary 10010100 1100001 10101 0 100010 1010110 101010 100100 1001011 100001

Color Harmonies of #946115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946115

Black with #946115

Text Example


Text Example

White with #946115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946115; }

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

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

background-color css

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

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

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

border-color css

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

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

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