Html Css Color HEX #946B15 Golden Brown

📋 copy color: '#946B15'

red 148 ◦ green 107 ◦ blue 21

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

Shades of Golden Brown #946B15

Tints of Golden Brown #946B15

RGB

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

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

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

R = 53.62%
G = 38.77%
B = 7.61%

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

#946B15 (or 0x946B15) is known color: Golden Brown. HEX triplet: 94, 6B and 15. RGB value is (148,107,21). Sum of RGB (Red+Green+Blue) = 148+107+21=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #946B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B15 is #6B94EA. Grayscale: #6D6D6D. Windows color (decimal): -7050475 or 1403796. OLE color: 1403796.

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

Color convert

RGB 148 107 21 -
CMYK 0 0.28 0.86 0.42
HSL 40.63º 0.75% 0.33% -
HSV(B) 40.63º 0.86% 0.58% -
XYZ 17.61 16.87 3.04 -
YUV 109.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 148 107 21 0 0.28 0.86 0.42 40.63 0.75 0.33
Hex 94 6B 15 0 1C 56 2A 29 4B 21
Octal 224 153 25 0 34 126 52 51 113 41
Binary 10010100 1101011 10101 0 11100 1010110 101010 101001 1001011 100001

Color Harmonies of #946B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B15

Black with #946B15

Text Example


Text Example

White with #946B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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