Html Css Color HEX #956825 Afghan Tan

📋 copy color: '#956825'

red 149 ◦ green 104 ◦ blue 37

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

Shades of Afghan Tan #956825

Tints of Afghan Tan #956825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 51.38%
G = 35.86%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#956825 (or 0x956825) is known color: Afghan Tan. HEX triplet: 95, 68 and 25. RGB value is (149,104,37). Sum of RGB (Red+Green+Blue) = 149+104+37=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #956825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956825 is #6A97DA. Grayscale: #6E6E6E. Windows color (decimal): -6985691 or 2451605. OLE color: 2451605.

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

Color convert

RGB 149 104 37 -
CMYK 0 0.30 0.75 0.42
HSL 35.89º 0.6% 0.36% -
HSV(B) 35.89º 0.75% 0.58% -
XYZ 17.68 16.42 3.99 -
YUV 109.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 149 104 37 0 0.30 0.75 0.42 35.89 0.6 0.36
Hex 95 68 25 0 1E 4B 2A 24 3C 24
Octal 225 150 45 0 36 113 52 44 74 44
Binary 10010101 1101000 100101 0 11110 1001011 101010 100100 111100 100100

Color Harmonies of #956825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956825

Black with #956825

Text Example


Text Example

White with #956825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956825; }

 p { color: rgb(149,104,37); }

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

background-color css

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

 a { background-color: rgb(149,104,37); }

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

border-color css

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

 span { border-color: rgb(149,104,37); }

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