Html Css Color HEX #976323 Afghan Tan

📋 copy color: '#976323'

red 151 ◦ green 99 ◦ blue 35

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

Shades of Afghan Tan #976323

Tints of Afghan Tan #976323

RGB

 RED value IS 151 (59.38% from 255) = 52.98%

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 35 (14.06% from 255) = 12.28%

R = 52.98%
G = 34.74%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#976323 (or 0x976323) is known color: Afghan Tan. HEX triplet: 97, 63 and 23. RGB value is (151,99,35). Sum of RGB (Red+Green+Blue) = 151+99+35=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #976323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976323 is #689CDC. Grayscale: #6B6B6B. Windows color (decimal): -6855901 or 2319255. OLE color: 2319255.

HSL color Cylindrical-coordinate representation of color #976323: hue angle of 33.1º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #976323 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 99 35 -
CMYK 0 0.34 0.77 0.41
HSL 33.1º 0.62% 0.36% -
HSV(B) 33.1º 0.77% 0.59% -
XYZ 17.53 15.62 3.68 -
YUV 107.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 151 99 35 0 0.34 0.77 0.41 33.1 0.62 0.36
Hex 97 63 23 0 22 4D 29 21 3E 24
Octal 227 143 43 0 42 115 51 41 76 44
Binary 10010111 1100011 100011 0 100010 1001101 101001 100001 111110 100100

Color Harmonies of #976323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976323

Black with #976323

Text Example


Text Example

White with #976323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976323; }

 p { color: rgb(151,99,35); }

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

background-color css

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

 a { background-color: rgb(151,99,35); }

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

border-color css

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

 span { border-color: rgb(151,99,35); }

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