Html Css Color HEX #956522 Afghan Tan

📋 copy color: '#956522'

red 149 ◦ green 101 ◦ blue 34

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

Shades of Afghan Tan #956522

Tints of Afghan Tan #956522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.97%

R = 52.46%
G = 35.56%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#956522 (or 0x956522) is known color: Afghan Tan. HEX triplet: 95, 65 and 22. RGB value is (149,101,34). Sum of RGB (Red+Green+Blue) = 149+101+34=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #956522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956522 is #6A9ADD. Grayscale: #6C6C6C. Windows color (decimal): -6986462 or 2254229. OLE color: 2254229.

HSL color Cylindrical-coordinate representation of color #956522: hue angle of 34.96º degrees, saturation: 0.63, 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 #956522 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 34 -
CMYK 0 0.32 0.77 0.42
HSL 34.96º 0.63% 0.36% -
HSV(B) 34.96º 0.77% 0.58% -
XYZ 17.34 15.81 3.65 -
YUV 107.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 149 101 34 0 0.32 0.77 0.42 34.96 0.63 0.36
Hex 95 65 22 0 20 4D 2A 23 3F 24
Octal 225 145 42 0 40 115 52 43 77 44
Binary 10010101 1100101 100010 0 100000 1001101 101010 100011 111111 100100

Color Harmonies of #956522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956522

Black with #956522

Text Example


Text Example

White with #956522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956522; }

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

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

background-color css

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

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

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

border-color css

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

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

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