Html Css Color HEX #96864F Clay Creek

📋 copy color: '#96864F'

red 150 ◦ green 134 ◦ blue 79

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

Shades of Clay Creek #96864F

Tints of Clay Creek #96864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

 BLUE value IS 79 (31.25% from 255) = 21.76%

R = 41.32%
G = 36.91%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#96864F (or 0x96864F) is known color: Clay Creek. HEX triplet: 96, 86 and 4F. RGB value is (150,134,79). Sum of RGB (Red+Green+Blue) = 150+134+79=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96864F is #6979B0. Grayscale: #848484. Windows color (decimal): -6912433 or 5211798. OLE color: 5211798.

HSL color Cylindrical-coordinate representation of color #96864F: hue angle of 46.48º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96864F is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 79 -
CMYK 0 0.11 0.47 0.41
HSL 46.48º 0.31% 0.45% -
HSV(B) 46.48º 0.47% 0.59% -
XYZ 22.51 24.1 10.86 -
YUV 132.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 150 134 79 0 0.11 0.47 0.41 46.48 0.31 0.45
Hex 96 86 4F 0 B 2F 29 2E 1F 2D
Octal 226 206 117 0 13 57 51 56 37 55
Binary 10010110 10000110 1001111 0 1011 101111 101001 101110 11111 101101

Color Harmonies of #96864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96864F

Black with #96864F

Text Example


Text Example

White with #96864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96864F; }

 p { color: rgb(150,134,79); }

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

background-color css

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

 a { background-color: rgb(150,134,79); }

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

border-color css

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

 span { border-color: rgb(150,134,79); }

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