Html Css Color HEX #946A12 Golden Brown

📋 copy color: '#946A12'

red 148 ◦ green 106 ◦ blue 18

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

Shades of Golden Brown #946A12

Tints of Golden Brown #946A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

 BLUE value IS 18 (7.42% from 255) = 6.62%

R = 54.41%
G = 38.97%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#946A12 (or 0x946A12) is known color: Golden Brown. HEX triplet: 94, 6A and 12. RGB value is (148,106,18). Sum of RGB (Red+Green+Blue) = 148+106+18=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #946A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946A12 is #6B95ED. Grayscale: #6C6C6C. Windows color (decimal): -7050734 or 1206932. OLE color: 1206932.

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

Color convert

RGB 148 106 18 -
CMYK 0 0.28 0.88 0.42
HSL 40.62º 0.78% 0.33% -
HSV(B) 40.62º 0.88% 0.58% -
XYZ 17.48 16.65 2.86 -
YUV 108.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 148 106 18 0 0.28 0.88 0.42 40.62 0.78 0.33
Hex 94 6A 12 0 1C 58 2A 29 4E 21
Octal 224 152 22 0 34 130 52 51 116 41
Binary 10010100 1101010 10010 0 11100 1011000 101010 101001 1001110 100001

Color Harmonies of #946A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A12

Black with #946A12

Text Example


Text Example

White with #946A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,106,18); }

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

background-color css

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

 a { background-color: rgb(148,106,18); }

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

border-color css

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

 span { border-color: rgb(148,106,18); }

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