Html Css Color HEX #976640 Desert

📋 copy color: '#976640'

red 151 ◦ green 102 ◦ blue 64

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

Shades of Desert #976640

Tints of Desert #976640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 47.63%
G = 32.18%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#976640 (or 0x976640) is known color: Desert. HEX triplet: 97, 66 and 40. RGB value is (151,102,64). Sum of RGB (Red+Green+Blue) = 151+102+64=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #976640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976640 is #6899BF. Grayscale: #707070. Windows color (decimal): -6855104 or 4220567. OLE color: 4220567.

HSL color Cylindrical-coordinate representation of color #976640: hue angle of 26.21º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #976640 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 102 64 -
CMYK 0 0.32 0.58 0.41
HSL 26.21º 0.4% 0.42% -
HSV(B) 26.21º 0.58% 0.59% -
XYZ 18.44 16.45 7.05 -
YUV 112.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 151 102 64 0 0.32 0.58 0.41 26.21 0.4 0.42
Hex 97 66 40 0 20 3A 29 1A 28 2A
Octal 227 146 100 0 40 72 51 32 50 52
Binary 10010111 1100110 1000000 0 100000 111010 101001 11010 101000 101010

Color Harmonies of #976640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976640

Black with #976640

Text Example


Text Example

White with #976640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976640; }

 p { color: rgb(151,102,64); }

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

background-color css

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

 a { background-color: rgb(151,102,64); }

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

border-color css

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

 span { border-color: rgb(151,102,64); }

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