Html Css Color HEX #946C12 Golden Brown

📋 copy color: '#946C12'

red 148 ◦ green 108 ◦ blue 18

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

Shades of Golden Brown #946C12

Tints of Golden Brown #946C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.42%

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

R = 54.01%
G = 39.42%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#946C12 (or 0x946C12) is known color: Golden Brown. HEX triplet: 94, 6C and 12. RGB value is (148,108,18). Sum of RGB (Red+Green+Blue) = 148+108+18=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #946C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C12 is #6B93ED. Grayscale: #6E6E6E. Windows color (decimal): -7050222 or 1207444. OLE color: 1207444.

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

Color convert

RGB 148 108 18 -
CMYK 0 0.27 0.88 0.42
HSL 41.54º 0.78% 0.33% -
HSV(B) 41.54º 0.88% 0.58% -
XYZ 17.68 17.06 2.93 -
YUV 109.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 148 108 18 0 0.27 0.88 0.42 41.54 0.78 0.33
Hex 94 6C 12 0 1B 58 2A 2A 4E 21
Octal 224 154 22 0 33 130 52 52 116 41
Binary 10010100 1101100 10010 0 11011 1011000 101010 101010 1001110 100001

Color Harmonies of #946C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C12

Black with #946C12

Text Example


Text Example

White with #946C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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