Html Css Color HEX #956925 Afghan Tan

📋 copy color: '#956925'

red 149 ◦ green 105 ◦ blue 37

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

Shades of Afghan Tan #956925

Tints of Afghan Tan #956925

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 51.2%
G = 36.08%
B = 12.71%

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

#956925 (or 0x956925) is known color: Afghan Tan. HEX triplet: 95, 69 and 25. RGB value is (149,105,37). Sum of RGB (Red+Green+Blue) = 149+105+37=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #956925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956925 is #6A96DA. Grayscale: #6E6E6E. Windows color (decimal): -6985435 or 2451861. OLE color: 2451861.

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

Color convert

RGB 149 105 37 -
CMYK 0 0.30 0.75 0.42
HSL 36.43º 0.6% 0.36% -
HSV(B) 36.43º 0.75% 0.58% -
XYZ 17.78 16.63 4.02 -
YUV 110.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 149 105 37 0 0.30 0.75 0.42 36.43 0.6 0.36
Hex 95 69 25 0 1E 4B 2A 24 3C 24
Octal 225 151 45 0 36 113 52 44 74 44
Binary 10010101 1101001 100101 0 11110 1001011 101010 100100 111100 100100

Color Harmonies of #956925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956925

Black with #956925

Text Example


Text Example

White with #956925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956925; }

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

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

background-color css

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

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

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

border-color css

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

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

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