Html Css Color HEX #946310 Golden Brown

📋 copy color: '#946310'

red 148 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #946310

Tints of Golden Brown #946310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 56.27%
G = 37.64%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946310 (or 0x946310) is known color: Golden Brown. HEX triplet: 94, 63 and 10. RGB value is (148,99,16). Sum of RGB (Red+Green+Blue) = 148+99+16=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #946310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946310 is #6B9CEF. Grayscale: #686868. Windows color (decimal): -7052528 or 1074068. OLE color: 1074068.

HSL color Cylindrical-coordinate representation of color #946310: hue angle of 37.73º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #946310 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 16 -
CMYK 0 0.33 0.89 0.42
HSL 37.73º 0.8% 0.32% -
HSV(B) 37.73º 0.89% 0.58% -
XYZ 16.77 15.26 2.55 -
YUV 104.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 148 99 16 0 0.33 0.89 0.42 37.73 0.8 0.32
Hex 94 63 10 0 21 59 2A 26 50 20
Octal 224 143 20 0 41 131 52 46 120 40
Binary 10010100 1100011 10000 0 100001 1011001 101010 100110 1010000 100000

Color Harmonies of #946310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946310

Black with #946310

Text Example


Text Example

White with #946310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946310; }

 p { color: rgb(148,99,16); }

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

background-color css

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

 a { background-color: rgb(148,99,16); }

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

border-color css

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

 span { border-color: rgb(148,99,16); }

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