Html Css Color HEX #956226 Afghan Tan

📋 copy color: '#956226'

red 149 ◦ green 98 ◦ blue 38

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

Shades of Afghan Tan #956226

Tints of Afghan Tan #956226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

 BLUE value IS 38 (15.23% from 255) = 13.33%

R = 52.28%
G = 34.39%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#956226 (or 0x956226) is known color: Afghan Tan. HEX triplet: 95, 62 and 26. RGB value is (149,98,38). Sum of RGB (Red+Green+Blue) = 149+98+38=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #956226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956226 is #6A9DD9. Grayscale: #6A6A6A. Windows color (decimal): -6987226 or 2515605. OLE color: 2515605.

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

Color convert

RGB 149 98 38 -
CMYK 0 0.34 0.74 0.42
HSL 32.43º 0.59% 0.37% -
HSV(B) 32.43º 0.74% 0.58% -
XYZ 17.11 15.26 3.88 -
YUV 106.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 149 98 38 0 0.34 0.74 0.42 32.43 0.59 0.37
Hex 95 62 26 0 22 4A 2A 20 3B 25
Octal 225 142 46 0 42 112 52 40 73 45
Binary 10010101 1100010 100110 0 100010 1001010 101010 100000 111011 100101

Color Harmonies of #956226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956226

Black with #956226

Text Example


Text Example

White with #956226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956226; }

 p { color: rgb(149,98,38); }

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

background-color css

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

 a { background-color: rgb(149,98,38); }

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

border-color css

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

 span { border-color: rgb(149,98,38); }

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