Html Css Color HEX #946016 Golden Brown

📋 copy color: '#946016'

red 148 ◦ green 96 ◦ blue 22

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

Shades of Golden Brown #946016

Tints of Golden Brown #946016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 55.64%
G = 36.09%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#946016 (or 0x946016) is known color: Golden Brown. HEX triplet: 94, 60 and 16. RGB value is (148,96,22). Sum of RGB (Red+Green+Blue) = 148+96+22=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #946016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946016 is #6B9FE9. Grayscale: #676767. Windows color (decimal): -7053290 or 1466516. OLE color: 1466516.

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

Color convert

RGB 148 96 22 -
CMYK 0 0.35 0.85 0.42
HSL 35.24º 0.74% 0.33% -
HSV(B) 35.24º 0.85% 0.58% -
XYZ 16.54 14.72 2.73 -
YUV 103.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 148 96 22 0 0.35 0.85 0.42 35.24 0.74 0.33
Hex 94 60 16 0 23 55 2A 23 4A 21
Octal 224 140 26 0 43 125 52 43 112 41
Binary 10010100 1100000 10110 0 100011 1010101 101010 100011 1001010 100001

Color Harmonies of #946016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946016

Black with #946016

Text Example


Text Example

White with #946016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946016; }

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

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

background-color css

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

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

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

border-color css

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

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

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