Html Css Color HEX #946615 Golden Brown

📋 copy color: '#946615'

red 148 ◦ green 102 ◦ blue 21

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

Shades of Golden Brown #946615

Tints of Golden Brown #946615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

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

R = 54.61%
G = 37.64%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946615 (or 0x946615) is known color: Golden Brown. HEX triplet: 94, 66 and 15. RGB value is (148,102,21). Sum of RGB (Red+Green+Blue) = 148+102+21=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #946615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946615 is #6B99EA. Grayscale: #6A6A6A. Windows color (decimal): -7051755 or 1402516. OLE color: 1402516.

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

Color convert

RGB 148 102 21 -
CMYK 0 0.31 0.86 0.42
HSL 38.27º 0.75% 0.33% -
HSV(B) 38.27º 0.86% 0.58% -
XYZ 17.1 15.85 2.87 -
YUV 106.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 148 102 21 0 0.31 0.86 0.42 38.27 0.75 0.33
Hex 94 66 15 0 1F 56 2A 26 4B 21
Octal 224 146 25 0 37 126 52 46 113 41
Binary 10010100 1100110 10101 0 11111 1010110 101010 100110 1001011 100001

Color Harmonies of #946615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946615

Black with #946615

Text Example


Text Example

White with #946615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946615; }

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

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

background-color css

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

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

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

border-color css

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

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

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