Html Css Color HEX #946611 Golden Brown

📋 copy color: '#946611'

red 148 ◦ green 102 ◦ blue 17

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

Shades of Golden Brown #946611

Tints of Golden Brown #946611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 55.43%
G = 38.2%
B = 6.37%

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

#946611 (or 0x946611) is known color: Golden Brown. HEX triplet: 94, 66 and 11. RGB value is (148,102,17). Sum of RGB (Red+Green+Blue) = 148+102+17=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #946611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946611 is #6B99EE. Grayscale: #6A6A6A. Windows color (decimal): -7051759 or 1140372. OLE color: 1140372.

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

Color convert

RGB 148 102 17 -
CMYK 0 0.31 0.89 0.42
HSL 38.93º 0.79% 0.32% -
HSV(B) 38.93º 0.89% 0.58% -
XYZ 17.07 15.84 2.69 -
YUV 106.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 148 102 17 0 0.31 0.89 0.42 38.93 0.79 0.32
Hex 94 66 11 0 1F 59 2A 27 4F 20
Octal 224 146 21 0 37 131 52 47 117 40
Binary 10010100 1100110 10001 0 11111 1011001 101010 100111 1001111 100000

Color Harmonies of #946611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946611

Black with #946611

Text Example


Text Example

White with #946611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946611; }

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

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

background-color css

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

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

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

border-color css

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

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

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