Html Css Color HEX #928858 Clay Creek

📋 copy color: '#928858'

red 146 ◦ green 136 ◦ blue 88

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

Shades of Clay Creek #928858

Tints of Clay Creek #928858

RGB

 RED value IS 146 (57.42% from 255) = 39.46%

 GREEN value IS 136 (53.52% from 255) = 36.76%

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

R = 39.46%
G = 36.76%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#928858 (or 0x928858) is known color: Clay Creek. HEX triplet: 92, 88 and 58. RGB value is (146,136,88). Sum of RGB (Red+Green+Blue) = 146+136+88=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #928858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928858 is #6D77A7. Grayscale: #858585. Windows color (decimal): -7174056 or 5802130. OLE color: 5802130.

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

Color convert

RGB 146 136 88 -
CMYK 0 0.07 0.40 0.43
HSL 49.66º 0.25% 0.46% -
HSV(B) 49.66º 0.4% 0.57% -
XYZ 22.42 24.42 12.77 -
YUV 133.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 146 136 88 0 0.07 0.40 0.43 49.66 0.25 0.46
Hex 92 88 58 0 7 28 2B 32 19 2E
Octal 222 210 130 0 7 50 53 62 31 56
Binary 10010010 10001000 1011000 0 111 101000 101011 110010 11001 101110

Color Harmonies of #928858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928858

Black with #928858

Text Example


Text Example

White with #928858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928858; }

 p { color: rgb(146,136,88); }

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

background-color css

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

 a { background-color: rgb(146,136,88); }

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

border-color css

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

 span { border-color: rgb(146,136,88); }

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