Html Css Color HEX #956422 Afghan Tan

📋 copy color: '#956422'

red 149 ◦ green 100 ◦ blue 34

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

Shades of Afghan Tan #956422

Tints of Afghan Tan #956422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

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

R = 52.65%
G = 35.34%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#956422 (or 0x956422) is known color: Afghan Tan. HEX triplet: 95, 64 and 22. RGB value is (149,100,34). Sum of RGB (Red+Green+Blue) = 149+100+34=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #956422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956422 is #6A9BDD. Grayscale: #6B6B6B. Windows color (decimal): -6986718 or 2253973. OLE color: 2253973.

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

Color convert

RGB 149 100 34 -
CMYK 0 0.33 0.77 0.42
HSL 34.43º 0.63% 0.36% -
HSV(B) 34.43º 0.77% 0.58% -
XYZ 17.24 15.62 3.62 -
YUV 107.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 149 100 34 0 0.33 0.77 0.42 34.43 0.63 0.36
Hex 95 64 22 0 21 4D 2A 22 3F 24
Octal 225 144 42 0 41 115 52 42 77 44
Binary 10010101 1100100 100010 0 100001 1001101 101010 100010 111111 100100

Color Harmonies of #956422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956422

Black with #956422

Text Example


Text Example

White with #956422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956422; }

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

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

background-color css

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

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

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

border-color css

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

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

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