Html Css Color HEX #965B2C Afghan Tan

📋 copy color: '#965B2C'

red 150 ◦ green 91 ◦ blue 44

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

Shades of Afghan Tan #965B2C

Tints of Afghan Tan #965B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.93%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 52.63%
G = 31.93%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#965B2C (or 0x965B2C) is known color: Afghan Tan. HEX triplet: 96, 5B and 2C. RGB value is (150,91,44). Sum of RGB (Red+Green+Blue) = 150+91+44=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #965B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965B2C is #69A4D3. Grayscale: #676767. Windows color (decimal): -6923476 or 2907030. OLE color: 2907030.

HSL color Cylindrical-coordinate representation of color #965B2C: hue angle of 26.6º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #965B2C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 91 44 -
CMYK 0 0.39 0.71 0.41
HSL 26.6º 0.55% 0.38% -
HSV(B) 26.6º 0.71% 0.59% -
XYZ 16.77 14.15 4.23 -
YUV 103.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 150 91 44 0 0.39 0.71 0.41 26.6 0.55 0.38
Hex 96 5B 2C 0 27 47 29 1B 37 26
Octal 226 133 54 0 47 107 51 33 67 46
Binary 10010110 1011011 101100 0 100111 1000111 101001 11011 110111 100110

Color Harmonies of #965B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965B2C

Black with #965B2C

Text Example


Text Example

White with #965B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,91,44); }

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

background-color css

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

 a { background-color: rgb(150,91,44); }

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

border-color css

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

 span { border-color: rgb(150,91,44); }

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