Html Css Color HEX #956323 Afghan Tan

📋 copy color: '#956323'

red 149 ◦ green 99 ◦ blue 35

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

Shades of Afghan Tan #956323

Tints of Afghan Tan #956323

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

 BLUE value IS 35 (14.06% from 255) = 12.37%

R = 52.65%
G = 34.98%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#956323 (or 0x956323) is known color: Afghan Tan. HEX triplet: 95, 63 and 23. RGB value is (149,99,35). Sum of RGB (Red+Green+Blue) = 149+99+35=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #956323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956323 is #6A9CDC. Grayscale: #6A6A6A. Windows color (decimal): -6986973 or 2319253. OLE color: 2319253.

HSL color Cylindrical-coordinate representation of color #956323: hue angle of 33.68º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #956323 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 35 -
CMYK 0 0.34 0.77 0.42
HSL 33.68º 0.62% 0.36% -
HSV(B) 33.68º 0.77% 0.58% -
XYZ 17.16 15.43 3.66 -
YUV 106.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 149 99 35 0 0.34 0.77 0.42 33.68 0.62 0.36
Hex 95 63 23 0 22 4D 2A 22 3E 24
Octal 225 143 43 0 42 115 52 42 76 44
Binary 10010101 1100011 100011 0 100010 1001101 101010 100010 111110 100100

Color Harmonies of #956323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956323

Black with #956323

Text Example


Text Example

White with #956323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956323; }

 p { color: rgb(149,99,35); }

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

background-color css

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

 a { background-color: rgb(149,99,35); }

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

border-color css

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

 span { border-color: rgb(149,99,35); }

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