Html Css Color HEX #965A1D Afghan Tan

📋 copy color: '#965A1D'

red 150 ◦ green 90 ◦ blue 29

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

Shades of Afghan Tan #965A1D

Tints of Afghan Tan #965A1D

RGB

 RED value IS 150 (58.98% from 255) = 55.76%

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 55.76%
G = 33.46%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#965A1D (or 0x965A1D) is known color: Afghan Tan. HEX triplet: 96, 5A and 1D. RGB value is (150,90,29). Sum of RGB (Red+Green+Blue) = 150+90+29=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #965A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A1D is #69A5E2. Grayscale: #656565. Windows color (decimal): -6923747 or 1923734. OLE color: 1923734.

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

Color convert

RGB 150 90 29 -
CMYK 0 0.4 0.81 0.41
HSL 30.25º 0.68% 0.35% -
HSV(B) 30.25º 0.81% 0.59% -
XYZ 16.46 13.89 2.98 -
YUV 100.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 150 90 29 0 0.4 0.81 0.41 30.25 0.68 0.35
Hex 96 5A 1D 0 28 51 29 1E 44 23
Octal 226 132 35 0 50 121 51 36 104 43
Binary 10010110 1011010 11101 0 101000 1010001 101001 11110 1000100 100011

Color Harmonies of #965A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A1D

Black with #965A1D

Text Example


Text Example

White with #965A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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