Html Css Color HEX #946B16 Golden Brown

📋 copy color: '#946B16'

red 148 ◦ green 107 ◦ blue 22

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

Shades of Golden Brown #946B16

Tints of Golden Brown #946B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

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

R = 53.43%
G = 38.63%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#946B16 (or 0x946B16) is known color: Golden Brown. HEX triplet: 94, 6B and 16. RGB value is (148,107,22). Sum of RGB (Red+Green+Blue) = 148+107+22=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #946B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B16 is #6B94E9. Grayscale: #6D6D6D. Windows color (decimal): -7050474 or 1469332. OLE color: 1469332.

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

Color convert

RGB 148 107 22 -
CMYK 0 0.28 0.85 0.42
HSL 40.48º 0.74% 0.33% -
HSV(B) 40.48º 0.85% 0.58% -
XYZ 17.62 16.87 3.09 -
YUV 109.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 148 107 22 0 0.28 0.85 0.42 40.48 0.74 0.33
Hex 94 6B 16 0 1C 55 2A 28 4A 21
Octal 224 153 26 0 34 125 52 50 112 41
Binary 10010100 1101011 10110 0 11100 1010101 101010 101000 1001010 100001

Color Harmonies of #946B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B16

Black with #946B16

Text Example


Text Example

White with #946B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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