Html Css Color HEX #965A1A Afghan Tan

📋 copy color: '#965A1A'

red 150 ◦ green 90 ◦ blue 26

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

Shades of Afghan Tan #965A1A

Tints of Afghan Tan #965A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 56.39%
G = 33.83%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#965A1A (or 0x965A1A) is known color: Afghan Tan. HEX triplet: 96, 5A and 1A. RGB value is (150,90,26). Sum of RGB (Red+Green+Blue) = 150+90+26=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #965A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A1A is #69A5E5. Grayscale: #646464. Windows color (decimal): -6923750 or 1727126. OLE color: 1727126.

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

Color convert

RGB 150 90 26 -
CMYK 0 0.4 0.83 0.41
HSL 30.97º 0.7% 0.35% -
HSV(B) 30.97º 0.83% 0.59% -
XYZ 16.42 13.87 2.79 -
YUV 100.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 150 90 26 0 0.4 0.83 0.41 30.97 0.7 0.35
Hex 96 5A 1A 0 28 53 29 1F 46 23
Octal 226 132 32 0 50 123 51 37 106 43
Binary 10010110 1011010 11010 0 101000 1010011 101001 11111 1000110 100011

Color Harmonies of #965A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A1A

Black with #965A1A

Text Example


Text Example

White with #965A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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