Html Css Color HEX #95652B Afghan Tan

📋 copy color: '#95652B'

red 149 ◦ green 101 ◦ blue 43

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

Shades of Afghan Tan #95652B

Tints of Afghan Tan #95652B

RGB

 RED value IS 149 (58.59% from 255) = 50.85%

 GREEN value IS 101 (39.84% from 255) = 34.47%

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 50.85%
G = 34.47%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#95652B (or 0x95652B) is known color: Afghan Tan. HEX triplet: 95, 65 and 2B. RGB value is (149,101,43). Sum of RGB (Red+Green+Blue) = 149+101+43=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95652B is #6A9AD4. Grayscale: #6D6D6D. Windows color (decimal): -6986453 or 2844053. OLE color: 2844053.

HSL color Cylindrical-coordinate representation of color #95652B: hue angle of 32.83º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95652B is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 43 -
CMYK 0 0.32 0.71 0.42
HSL 32.83º 0.55% 0.38% -
HSV(B) 32.83º 0.71% 0.58% -
XYZ 17.48 15.87 4.43 -
YUV 108.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 149 101 43 0 0.32 0.71 0.42 32.83 0.55 0.38
Hex 95 65 2B 0 20 47 2A 21 37 26
Octal 225 145 53 0 40 107 52 41 67 46
Binary 10010101 1100101 101011 0 100000 1000111 101010 100001 110111 100110

Color Harmonies of #95652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95652B

Black with #95652B

Text Example


Text Example

White with #95652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95652B; }

 p { color: rgb(149,101,43); }

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

background-color css

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

 a { background-color: rgb(149,101,43); }

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

border-color css

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

 span { border-color: rgb(149,101,43); }

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