Html Css Color HEX #95864D Clay Creek

📋 copy color: '#95864D'

red 149 ◦ green 134 ◦ blue 77

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

Shades of Clay Creek #95864D

Tints of Clay Creek #95864D

RGB

 RED value IS 149 (58.59% from 255) = 41.39%

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

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

R = 41.39%
G = 37.22%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95864D (or 0x95864D) is known color: Clay Creek. HEX triplet: 95, 86 and 4D. RGB value is (149,134,77). Sum of RGB (Red+Green+Blue) = 149+134+77=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95864D is #6A79B2. Grayscale: #848484. Windows color (decimal): -6977971 or 5080725. OLE color: 5080725.

HSL color Cylindrical-coordinate representation of color #95864D: hue angle of 47.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95864D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 77 -
CMYK 0 0.10 0.48 0.42
HSL 47.5º 0.32% 0.44% -
HSV(B) 47.5º 0.48% 0.58% -
XYZ 22.26 23.98 10.48 -
YUV 131.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 149 134 77 0 0.10 0.48 0.42 47.5 0.32 0.44
Hex 95 86 4D 0 A 30 2A 30 20 2C
Octal 225 206 115 0 12 60 52 60 40 54
Binary 10010101 10000110 1001101 0 1010 110000 101010 110000 100000 101100

Color Harmonies of #95864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95864D

Black with #95864D

Text Example


Text Example

White with #95864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,134,77); }

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

background-color css

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

 a { background-color: rgb(149,134,77); }

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

border-color css

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

 span { border-color: rgb(149,134,77); }

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