Html Css Color HEX #908056 Clay Creek

📋 copy color: '#908056'

red 144 ◦ green 128 ◦ blue 86

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

Shades of Clay Creek #908056

Tints of Clay Creek #908056

RGB

 RED value IS 144 (56.64% from 255) = 40.22%

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 86 (33.98% from 255) = 24.02%

R = 40.22%
G = 35.75%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#908056 (or 0x908056) is known color: Clay Creek. HEX triplet: 90, 80 and 56. RGB value is (144,128,86). Sum of RGB (Red+Green+Blue) = 144+128+86=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #908056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908056 is #6F7FA9. Grayscale: #808080. Windows color (decimal): -7307178 or 5669008. OLE color: 5669008.

HSL color Cylindrical-coordinate representation of color #908056: hue angle of 43.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908056 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 86 -
CMYK 0 0.11 0.40 0.44
HSL 43.45º 0.25% 0.45% -
HSV(B) 43.45º 0.4% 0.56% -
XYZ 20.9 22.04 11.96 -
YUV 128 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 144 128 86 0 0.11 0.40 0.44 43.45 0.25 0.45
Hex 90 80 56 0 B 28 2C 2B 19 2D
Octal 220 200 126 0 13 50 54 53 31 55
Binary 10010000 10000000 1010110 0 1011 101000 101100 101011 11001 101101

Color Harmonies of #908056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908056

Black with #908056

Text Example


Text Example

White with #908056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908056; }

 p { color: rgb(144,128,86); }

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

background-color css

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

 a { background-color: rgb(144,128,86); }

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

border-color css

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

 span { border-color: rgb(144,128,86); }

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