#95631F

Color #95631F Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #95631F

Tints of Afghan Tan #95631F

Color information

#95631F (or 0x95631F) is unknown color: approx Afghan Tan. HEX triplet: 95, 63 and 1F. RGB value is (149,99,31). Sum of RGB (Red+Green+Blue) = 149+99+31=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95631F is #6A9CE0. Grayscale: #6A6A6A. Windows color (decimal): -6986977 or 2057109. OLE color: 2057109.

HSL color Cylindrical-coordinate representation of color #95631F: hue angle of 34.58º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95631F is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1499931-
CMYK00.340.790.42
HSL34.58º65.56%35.29%-
HSV(B)34.58º79.19%58.43%-
XYZ17.115.413.37-
YUV106.285.56158.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=53.41%
G=35.48%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149993100.340.790.4234.5865.5635.29
Hex95631F0224F2A234223
Octal22514337042117524310243
Binary10010101110001111111010001010011111010101000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95631F; }

 p { color: rgb(149,99,31); }

 H1.HeaderClassName
 {
   color: #95631F;
 }
 .AnyTagClassName
 {
   color: #95631F;
 }
</style>
background-color css

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

 a { background-color: rgb(149,99,31); }

 div.DivClassName
 {
   background-color: #95631F;
 }
 .BgClassName
 {
   background-color: #95631F;
 }
</style>
border-color css

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

 span { border-color: rgb(149,99,31); }

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