Html Css Color HEX #946616 Golden Brown

📋 copy color: '#946616'

red 148 ◦ green 102 ◦ blue 22

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

Shades of Golden Brown #946616

Tints of Golden Brown #946616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 54.41%
G = 37.5%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#946616 (or 0x946616) is known color: Golden Brown. HEX triplet: 94, 66 and 16. RGB value is (148,102,22). Sum of RGB (Red+Green+Blue) = 148+102+22=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #946616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946616 is #6B99E9. Grayscale: #6B6B6B. Windows color (decimal): -7051754 or 1468052. OLE color: 1468052.

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

Color convert

RGB 148 102 22 -
CMYK 0 0.31 0.85 0.42
HSL 38.1º 0.74% 0.33% -
HSV(B) 38.1º 0.85% 0.58% -
XYZ 17.11 15.86 2.92 -
YUV 106.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 148 102 22 0 0.31 0.85 0.42 38.1 0.74 0.33
Hex 94 66 16 0 1F 55 2A 26 4A 21
Octal 224 146 26 0 37 125 52 46 112 41
Binary 10010100 1100110 10110 0 11111 1010101 101010 100110 1001010 100001

Color Harmonies of #946616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946616

Black with #946616

Text Example


Text Example

White with #946616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946616; }

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

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

background-color css

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

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

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

border-color css

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

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

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