Html Css Color HEX #946C4B Dark Tan

📋 copy color: '#946C4B'

red 148 ◦ green 108 ◦ blue 75

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

Shades of Dark Tan #946C4B

Tints of Dark Tan #946C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.66%

R = 44.71%
G = 32.63%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#946C4B (or 0x946C4B) is known color: Dark Tan. HEX triplet: 94, 6C and 4B. RGB value is (148,108,75). Sum of RGB (Red+Green+Blue) = 148+108+75=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C4B is #6B93B4. Grayscale: #747474. Windows color (decimal): -7050165 or 4942996. OLE color: 4942996.

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

Color convert

RGB 148 108 75 -
CMYK 0 0.27 0.49 0.42
HSL 27.12º 0.33% 0.44% -
HSV(B) 27.12º 0.49% 0.58% -
XYZ 18.85 17.53 9.05 -
YUV 116.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 148 108 75 0 0.27 0.49 0.42 27.12 0.33 0.44
Hex 94 6C 4B 0 1B 31 2A 1B 21 2C
Octal 224 154 113 0 33 61 52 33 41 54
Binary 10010100 1101100 1001011 0 11011 110001 101010 11011 100001 101100

Color Harmonies of #946C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C4B

Black with #946C4B

Text Example


Text Example

White with #946C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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