#91875B

Color #91875B Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #91875B

Tints of Clay Creek #91875B

Color information

#91875B (or 0x91875B) is unknown color: approx Clay Creek. HEX triplet: 91, 87 and 5B. RGB value is (145,135,91). Sum of RGB (Red+Green+Blue) = 145+135+91=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91875B is #6E78A4. Grayscale: #858585. Windows color (decimal): -7239845 or 5998481. OLE color: 5998481.

HSL color Cylindrical-coordinate representation of color #91875B: hue angle of 48.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91875B is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14513591-
CMYK00.070.370.43
HSL48.89º22.88%46.27%-
HSV(B)48.89º37.24%56.86%-
XYZ22.2324.113.38-
YUV132.97104.31136.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=39.08%
G=36.39%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451359100.070.370.4348.8922.8846.27
Hex91875B07252B31172e
Octal221207133074553612756
Binary10010001100001111011011011110010110101111000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,135,91); }

 H1.HeaderClassName
 {
   color: #91875B;
 }
 .AnyTagClassName
 {
   color: #91875B;
 }
</style>
background-color css

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

 a { background-color: rgb(145,135,91); }

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

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

 span { border-color: rgb(145,135,91); }

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