Html Css Color HEX #966726 Afghan Tan

📋 copy color: '#966726'

red 150 ◦ green 103 ◦ blue 38

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

Shades of Afghan Tan #966726

Tints of Afghan Tan #966726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.4%

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 51.55%
G = 35.4%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#966726 (or 0x966726) is known color: Afghan Tan. HEX triplet: 96, 67 and 26. RGB value is (150,103,38). Sum of RGB (Red+Green+Blue) = 150+103+38=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #966726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966726 is #6998D9. Grayscale: #6D6D6D. Windows color (decimal): -6920410 or 2516886. OLE color: 2516886.

HSL color Cylindrical-coordinate representation of color #966726: hue angle of 34.82º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #966726 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 38 -
CMYK 0 0.31 0.75 0.41
HSL 34.82º 0.6% 0.37% -
HSV(B) 34.82º 0.75% 0.59% -
XYZ 17.78 16.32 4.05 -
YUV 109.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 150 103 38 0 0.31 0.75 0.41 34.82 0.6 0.37
Hex 96 67 26 0 1F 4B 29 23 3C 25
Octal 226 147 46 0 37 113 51 43 74 45
Binary 10010110 1100111 100110 0 11111 1001011 101001 100011 111100 100101

Color Harmonies of #966726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966726

Black with #966726

Text Example


Text Example

White with #966726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966726; }

 p { color: rgb(150,103,38); }

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

background-color css

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

 a { background-color: rgb(150,103,38); }

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

border-color css

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

 span { border-color: rgb(150,103,38); }

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