Html Css Color HEX #96844D Clay Creek

📋 copy color: '#96844D'

red 150 ◦ green 132 ◦ blue 77

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

Shades of Clay Creek #96844D

Tints of Clay Creek #96844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 41.78%
G = 36.77%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96844D (or 0x96844D) is known color: Clay Creek. HEX triplet: 96, 84 and 4D. RGB value is (150,132,77). Sum of RGB (Red+Green+Blue) = 150+132+77=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96844D is #697BB2. Grayscale: #838383. Windows color (decimal): -6912947 or 5080214. OLE color: 5080214.

HSL color Cylindrical-coordinate representation of color #96844D: hue angle of 45.21º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96844D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 77 -
CMYK 0 0.12 0.49 0.41
HSL 45.21º 0.32% 0.45% -
HSV(B) 45.21º 0.49% 0.59% -
XYZ 22.17 23.52 10.39 -
YUV 131.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 150 132 77 0 0.12 0.49 0.41 45.21 0.32 0.45
Hex 96 84 4D 0 C 31 29 2D 20 2D
Octal 226 204 115 0 14 61 51 55 40 55
Binary 10010110 10000100 1001101 0 1100 110001 101001 101101 100000 101101

Color Harmonies of #96844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96844D

Black with #96844D

Text Example


Text Example

White with #96844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96844D; }

 p { color: rgb(150,132,77); }

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

background-color css

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

 a { background-color: rgb(150,132,77); }

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

border-color css

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

 span { border-color: rgb(150,132,77); }

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