#965A1B

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

Shades of Afghan Tan #965A1B

Tints of Afghan Tan #965A1B

Color information

#965A1B (or 0x965A1B) is unknown color: approx Afghan Tan. HEX triplet: 96, 5A and 1B. RGB value is (150,90,27). Sum of RGB (Red+Green+Blue) = 150+90+27=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #965A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A1B is #69A5E4. Grayscale: #656565. Windows color (decimal): -6923749 or 1792662. OLE color: 1792662.

HSL color Cylindrical-coordinate representation of color #965A1B: hue angle of 30.73º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #965A1B is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1509027-
CMYK00.40.820.41
HSL30.73º69.49%34.71%-
HSV(B)30.73º82%58.82%-
XYZ16.4313.882.85-
YUV100.7686.38163.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=56.18%
G=33.71%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150902700.40.820.4130.7369.4934.71
Hex965A1B02852291f4523
Octal22613233050122513710543
Binary1001011010110101101101010001010010101001111111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965A1B; }

 p { color: rgb(150,90,27); }

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

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

 a { background-color: rgb(150,90,27); }

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

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

 span { border-color: rgb(150,90,27); }

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