Html Css Color HEX #966125 Afghan Tan

📋 copy color: '#966125'

red 150 ◦ green 97 ◦ blue 37

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

Shades of Afghan Tan #966125

Tints of Afghan Tan #966125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

 BLUE value IS 37 (14.84% from 255) = 13.03%

R = 52.82%
G = 34.15%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#966125 (or 0x966125) is known color: Afghan Tan. HEX triplet: 96, 61 and 25. RGB value is (150,97,37). Sum of RGB (Red+Green+Blue) = 150+97+37=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #966125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966125 is #699EDA. Grayscale: #6A6A6A. Windows color (decimal): -6921947 or 2449814. OLE color: 2449814.

HSL color Cylindrical-coordinate representation of color #966125: hue angle of 31.86º 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 #966125 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 37 -
CMYK 0 0.35 0.75 0.41
HSL 31.86º 0.6% 0.37% -
HSV(B) 31.86º 0.75% 0.59% -
XYZ 17.19 15.17 3.77 -
YUV 106.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 150 97 37 0 0.35 0.75 0.41 31.86 0.6 0.37
Hex 96 61 25 0 23 4B 29 20 3C 25
Octal 226 141 45 0 43 113 51 40 74 45
Binary 10010110 1100001 100101 0 100011 1001011 101001 100000 111100 100101

Color Harmonies of #966125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966125

Black with #966125

Text Example


Text Example

White with #966125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966125; }

 p { color: rgb(150,97,37); }

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

background-color css

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

 a { background-color: rgb(150,97,37); }

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

border-color css

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

 span { border-color: rgb(150,97,37); }

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