Html Css Color HEX #965D1E Afghan Tan

📋 copy color: '#965D1E'

red 150 ◦ green 93 ◦ blue 30

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

Shades of Afghan Tan #965D1E

Tints of Afghan Tan #965D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.07%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 54.95%
G = 34.07%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#965D1E (or 0x965D1E) is known color: Afghan Tan. HEX triplet: 96, 5D and 1E. RGB value is (150,93,30). Sum of RGB (Red+Green+Blue) = 150+93+30=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #965D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D1E is #69A2E1. Grayscale: #676767. Windows color (decimal): -6922978 or 1990038. OLE color: 1990038.

HSL color Cylindrical-coordinate representation of color #965D1E: hue angle of 31.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #965D1E is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 93 30 -
CMYK 0 0.38 0.80 0.41
HSL 31.5º 0.67% 0.35% -
HSV(B) 31.5º 0.8% 0.59% -
XYZ 16.73 14.41 3.13 -
YUV 102.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 150 93 30 0 0.38 0.80 0.41 31.5 0.67 0.35
Hex 96 5D 1E 0 26 50 29 1F 43 23
Octal 226 135 36 0 46 120 51 37 103 43
Binary 10010110 1011101 11110 0 100110 1010000 101001 11111 1000011 100011

Color Harmonies of #965D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D1E

Black with #965D1E

Text Example


Text Example

White with #965D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,93,30); }

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

background-color css

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

 a { background-color: rgb(150,93,30); }

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

border-color css

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

 span { border-color: rgb(150,93,30); }

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