Html Css Color HEX #946610 Golden Brown

📋 copy color: '#946610'

red 148 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #946610

Tints of Golden Brown #946610

RGB

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

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

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

R = 55.64%
G = 38.35%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946610 (or 0x946610) is known color: Golden Brown. HEX triplet: 94, 66 and 10. RGB value is (148,102,16). Sum of RGB (Red+Green+Blue) = 148+102+16=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #946610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946610 is #6B99EF. Grayscale: #6A6A6A. Windows color (decimal): -7051760 or 1074836. OLE color: 1074836.

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

Color convert

RGB 148 102 16 -
CMYK 0 0.31 0.89 0.42
HSL 39.09º 0.8% 0.32% -
HSV(B) 39.09º 0.89% 0.58% -
XYZ 17.06 15.84 2.65 -
YUV 105.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 148 102 16 0 0.31 0.89 0.42 39.09 0.8 0.32
Hex 94 66 10 0 1F 59 2A 27 50 20
Octal 224 146 20 0 37 131 52 47 120 40
Binary 10010100 1100110 10000 0 11111 1011001 101010 100111 1010000 100000

Color Harmonies of #946610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946610

Black with #946610

Text Example


Text Example

White with #946610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946610; }

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

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

background-color css

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

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

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

border-color css

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

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

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