Html Css Color HEX #93865B Clay Creek

📋 copy color: '#93865B'

red 147 ◦ green 134 ◦ blue 91

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

Shades of Clay Creek #93865B

Tints of Clay Creek #93865B

RGB

 RED value IS 147 (57.81% from 255) = 39.52%

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

 BLUE value IS 91 (35.94% from 255) = 24.46%

R = 39.52%
G = 36.02%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93865B (or 0x93865B) is known color: Clay Creek. HEX triplet: 93, 86 and 5B. RGB value is (147,134,91). Sum of RGB (Red+Green+Blue) = 147+134+91=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93865B is #6C79A4. Grayscale: #858585. Windows color (decimal): -7109029 or 5998227. OLE color: 5998227.

HSL color Cylindrical-coordinate representation of color #93865B: hue angle of 46.07º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93865B is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 134 91 -
CMYK 0 0.09 0.38 0.42
HSL 46.07º 0.24% 0.47% -
HSV(B) 46.07º 0.38% 0.58% -
XYZ 22.45 24.01 13.35 -
YUV 132.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 147 134 91 0 0.09 0.38 0.42 46.07 0.24 0.47
Hex 93 86 5B 0 9 26 2A 2E 18 2F
Octal 223 206 133 0 11 46 52 56 30 57
Binary 10010011 10000110 1011011 0 1001 100110 101010 101110 11000 101111

Color Harmonies of #93865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93865B

Black with #93865B

Text Example


Text Example

White with #93865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93865B; }

 p { color: rgb(147,134,91); }

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

background-color css

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

 a { background-color: rgb(147,134,91); }

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

border-color css

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

 span { border-color: rgb(147,134,91); }

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