Html Css Color HEX #918758 Clay Creek

📋 copy color: '#918758'

red 145 ◦ green 135 ◦ blue 88

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

Shades of Clay Creek #918758

Tints of Clay Creek #918758

RGB

 RED value IS 145 (57.03% from 255) = 39.4%

 GREEN value IS 135 (53.13% from 255) = 36.68%

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 39.4%
G = 36.68%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#918758 (or 0x918758) is known color: Clay Creek. HEX triplet: 91, 87 and 58. RGB value is (145,135,88). Sum of RGB (Red+Green+Blue) = 145+135+88=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #918758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918758 is #6E78A7. Grayscale: #848484. Windows color (decimal): -7239848 or 5801873. OLE color: 5801873.

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

Color convert

RGB 145 135 88 -
CMYK 0 0.07 0.39 0.43
HSL 49.47º 0.24% 0.46% -
HSV(B) 49.47º 0.39% 0.57% -
XYZ 22.1 24.05 12.71 -
YUV 132.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 145 135 88 0 0.07 0.39 0.43 49.47 0.24 0.46
Hex 91 87 58 0 7 27 2B 31 18 2E
Octal 221 207 130 0 7 47 53 61 30 56
Binary 10010001 10000111 1011000 0 111 100111 101011 110001 11000 101110

Color Harmonies of #918758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918758

Black with #918758

Text Example


Text Example

White with #918758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918758; }

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

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

background-color css

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

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

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

border-color css

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

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

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