Html Css Color HEX #908556 Clay Creek

📋 copy color: '#908556'

red 144 ◦ green 133 ◦ blue 86

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

Shades of Clay Creek #908556

Tints of Clay Creek #908556

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 39.67%
G = 36.64%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#908556 (or 0x908556) is known color: Clay Creek. HEX triplet: 90, 85 and 56. RGB value is (144,133,86). Sum of RGB (Red+Green+Blue) = 144+133+86=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #908556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908556 is #6F7AA9. Grayscale: #838383. Windows color (decimal): -7305898 or 5670288. OLE color: 5670288.

HSL color Cylindrical-coordinate representation of color #908556: hue angle of 48.62º 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 #908556 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 133 86 -
CMYK 0 0.08 0.40 0.44
HSL 48.62º 0.25% 0.45% -
HSV(B) 48.62º 0.4% 0.56% -
XYZ 21.57 23.38 12.18 -
YUV 130.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 144 133 86 0 0.08 0.40 0.44 48.62 0.25 0.45
Hex 90 85 56 0 8 28 2C 31 19 2D
Octal 220 205 126 0 10 50 54 61 31 55
Binary 10010000 10000101 1010110 0 1000 101000 101100 110001 11001 101101

Color Harmonies of #908556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908556

Black with #908556

Text Example


Text Example

White with #908556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908556; }

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

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

background-color css

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

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

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

border-color css

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

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

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