Html Css Color HEX #946B18 Golden Brown

📋 copy color: '#946B18'

red 148 ◦ green 107 ◦ blue 24

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

Shades of Golden Brown #946B18

Tints of Golden Brown #946B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 53.05%
G = 38.35%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946B18 (or 0x946B18) is known color: Golden Brown. HEX triplet: 94, 6B and 18. RGB value is (148,107,24). Sum of RGB (Red+Green+Blue) = 148+107+24=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #946B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B18 is #6B94E7. Grayscale: #6E6E6E. Windows color (decimal): -7050472 or 1600404. OLE color: 1600404.

HSL color Cylindrical-coordinate representation of color #946B18: hue angle of 40.16º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #946B18 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 24 -
CMYK 0 0.28 0.84 0.42
HSL 40.16º 0.72% 0.34% -
HSV(B) 40.16º 0.84% 0.58% -
XYZ 17.64 16.88 3.19 -
YUV 109.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 148 107 24 0 0.28 0.84 0.42 40.16 0.72 0.34
Hex 94 6B 18 0 1C 54 2A 28 48 22
Octal 224 153 30 0 34 124 52 50 110 42
Binary 10010100 1101011 11000 0 11100 1010100 101010 101000 1001000 100010

Color Harmonies of #946B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B18

Black with #946B18

Text Example


Text Example

White with #946B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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