Html Css Color HEX #946416 Golden Brown

📋 copy color: '#946416'

red 148 ◦ green 100 ◦ blue 22

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

Shades of Golden Brown #946416

Tints of Golden Brown #946416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

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

R = 54.81%
G = 37.04%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#946416 (or 0x946416) is known color: Golden Brown. HEX triplet: 94, 64 and 16. RGB value is (148,100,22). Sum of RGB (Red+Green+Blue) = 148+100+22=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #946416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946416 is #6B9BE9. Grayscale: #696969. Windows color (decimal): -7052266 or 1467540. OLE color: 1467540.

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

Color convert

RGB 148 100 22 -
CMYK 0 0.32 0.85 0.42
HSL 37.14º 0.74% 0.33% -
HSV(B) 37.14º 0.85% 0.58% -
XYZ 16.91 15.47 2.85 -
YUV 105.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 148 100 22 0 0.32 0.85 0.42 37.14 0.74 0.33
Hex 94 64 16 0 20 55 2A 25 4A 21
Octal 224 144 26 0 40 125 52 45 112 41
Binary 10010100 1100100 10110 0 100000 1010101 101010 100101 1001010 100001

Color Harmonies of #946416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946416

Black with #946416

Text Example


Text Example

White with #946416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946416; }

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

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

background-color css

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

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

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

border-color css

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

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

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