Html Css Color HEX #946716 Golden Brown

📋 copy color: '#946716'

red 148 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #946716

Tints of Golden Brown #946716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

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

R = 54.21%
G = 37.73%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#946716 (or 0x946716) is known color: Golden Brown. HEX triplet: 94, 67 and 16. RGB value is (148,103,22). Sum of RGB (Red+Green+Blue) = 148+103+22=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #946716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946716 is #6B98E9. Grayscale: #6B6B6B. Windows color (decimal): -7051498 or 1468308. OLE color: 1468308.

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

Color convert

RGB 148 103 22 -
CMYK 0 0.30 0.85 0.42
HSL 38.57º 0.74% 0.33% -
HSV(B) 38.57º 0.85% 0.58% -
XYZ 17.21 16.05 2.95 -
YUV 107.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 148 103 22 0 0.30 0.85 0.42 38.57 0.74 0.33
Hex 94 67 16 0 1E 55 2A 27 4A 21
Octal 224 147 26 0 36 125 52 47 112 41
Binary 10010100 1100111 10110 0 11110 1010101 101010 100111 1001010 100001

Color Harmonies of #946716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946716

Black with #946716

Text Example


Text Example

White with #946716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946716; }

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

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

background-color css

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

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

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

border-color css

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

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

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