Html Css Color HEX #946753 Dark Tan

📋 copy color: '#946753'

red 148 ◦ green 103 ◦ blue 83

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

Shades of Dark Tan #946753

Tints of Dark Tan #946753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 44.31%
G = 30.84%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#946753 (or 0x946753) is known color: Dark Tan. HEX triplet: 94, 67 and 53. RGB value is (148,103,83). Sum of RGB (Red+Green+Blue) = 148+103+83=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #946753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946753 is #6B98AC. Grayscale: #727272. Windows color (decimal): -7051437 or 5466004. OLE color: 5466004.

HSL color Cylindrical-coordinate representation of color #946753: hue angle of 18.46º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #946753 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 83 -
CMYK 0 0.30 0.44 0.42
HSL 18.46º 0.28% 0.45% -
HSV(B) 18.46º 0.44% 0.58% -
XYZ 18.62 16.62 10.41 -
YUV 114.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 148 103 83 0 0.30 0.44 0.42 18.46 0.28 0.45
Hex 94 67 53 0 1E 2C 2A 12 1C 2D
Octal 224 147 123 0 36 54 52 22 34 55
Binary 10010100 1100111 1010011 0 11110 101100 101010 10010 11100 101101

Color Harmonies of #946753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946753

Black with #946753

Text Example


Text Example

White with #946753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946753; }

 p { color: rgb(148,103,83); }

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

background-color css

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

 a { background-color: rgb(148,103,83); }

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

border-color css

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

 span { border-color: rgb(148,103,83); }

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