Html Css Color HEX #965C1E Afghan Tan

📋 copy color: '#965C1E'

red 150 ◦ green 92 ◦ blue 30

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

Shades of Afghan Tan #965C1E

Tints of Afghan Tan #965C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.82%

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

R = 55.15%
G = 33.82%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#965C1E (or 0x965C1E) is known color: Afghan Tan. HEX triplet: 96, 5C and 1E. RGB value is (150,92,30). Sum of RGB (Red+Green+Blue) = 150+92+30=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #965C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C1E is #69A3E1. Grayscale: #666666. Windows color (decimal): -6923234 or 1989782. OLE color: 1989782.

HSL color Cylindrical-coordinate representation of color #965C1E: hue angle of 31º 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 #965C1E is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 92 30 -
CMYK 0 0.39 0.80 0.41
HSL 31º 0.67% 0.35% -
HSV(B) 31º 0.8% 0.59% -
XYZ 16.64 14.23 3.1 -
YUV 102.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 150 92 30 0 0.39 0.80 0.41 31 0.67 0.35
Hex 96 5C 1E 0 27 50 29 1F 43 23
Octal 226 134 36 0 47 120 51 37 103 43
Binary 10010110 1011100 11110 0 100111 1010000 101001 11111 1000011 100011

Color Harmonies of #965C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C1E

Black with #965C1E

Text Example


Text Example

White with #965C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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