Html Css Color HEX #946C04 Golden Brown

📋 copy color: '#946C04'

red 148 ◦ green 108 ◦ blue 4

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

Shades of Golden Brown #946C04

Tints of Golden Brown #946C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 56.92%
G = 41.54%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#946C04 (or 0x946C04) is known color: Golden Brown. HEX triplet: 94, 6C and 04. RGB value is (148,108,4). Sum of RGB (Red+Green+Blue) = 148+108+4=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #946C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C04 is #6B93FB. Grayscale: #6C6C6C. Windows color (decimal): -7050236 or 289940. OLE color: 289940.

HSL color Cylindrical-coordinate representation of color #946C04: hue angle of 43.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #946C04 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 108 4 -
CMYK 0 0.27 0.97 0.42
HSL 43.33º 0.95% 0.3% -
HSV(B) 43.33º 0.97% 0.58% -
XYZ 17.6 17.03 2.47 -
YUV 108.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 148 108 4 0 0.27 0.97 0.42 43.33 0.95 0.3
Hex 94 6C 4 0 1B 61 2A 2B 5F 1E
Octal 224 154 4 0 33 141 52 53 137 36
Binary 10010100 1101100 100 0 11011 1100001 101010 101011 1011111 11110

Color Harmonies of #946C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C04

Black with #946C04

Text Example


Text Example

White with #946C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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