Html Css Color HEX #965820 Afghan Tan

📋 copy color: '#965820'

red 150 ◦ green 88 ◦ blue 32

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

Shades of Afghan Tan #965820

Tints of Afghan Tan #965820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 55.56%
G = 32.59%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#965820 (or 0x965820) is known color: Afghan Tan. HEX triplet: 96, 58 and 20. RGB value is (150,88,32). Sum of RGB (Red+Green+Blue) = 150+88+32=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #965820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965820 is #69A7DF. Grayscale: #646464. Windows color (decimal): -6924256 or 2119830. OLE color: 2119830.

HSL color Cylindrical-coordinate representation of color #965820: hue angle of 28.47º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #965820 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 32 -
CMYK 0 0.41 0.79 0.41
HSL 28.47º 0.65% 0.36% -
HSV(B) 28.47º 0.79% 0.59% -
XYZ 16.33 13.57 3.12 -
YUV 100.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 150 88 32 0 0.41 0.79 0.41 28.47 0.65 0.36
Hex 96 58 20 0 29 4F 29 1C 41 24
Octal 226 130 40 0 51 117 51 34 101 44
Binary 10010110 1011000 100000 0 101001 1001111 101001 11100 1000001 100100

Color Harmonies of #965820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965820

Black with #965820

Text Example


Text Example

White with #965820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965820; }

 p { color: rgb(150,88,32); }

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

background-color css

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

 a { background-color: rgb(150,88,32); }

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

border-color css

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

 span { border-color: rgb(150,88,32); }

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