Html Css Color HEX #908554 Clay Creek

📋 copy color: '#908554'

red 144 ◦ green 133 ◦ blue 84

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

Shades of Clay Creek #908554

Tints of Clay Creek #908554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.27%

R = 39.89%
G = 36.84%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#908554 (or 0x908554) is known color: Clay Creek. HEX triplet: 90, 85 and 54. RGB value is (144,133,84). Sum of RGB (Red+Green+Blue) = 144+133+84=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #908554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908554 is #6F7AAB. Grayscale: #828282. Windows color (decimal): -7305900 or 5539216. OLE color: 5539216.

HSL color Cylindrical-coordinate representation of color #908554: hue angle of 49º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908554 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 133 84 -
CMYK 0 0.08 0.42 0.44
HSL 49º 0.26% 0.45% -
HSV(B) 49º 0.42% 0.56% -
XYZ 21.49 23.34 11.76 -
YUV 130.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 144 133 84 0 0.08 0.42 0.44 49 0.26 0.45
Hex 90 85 54 0 8 2A 2C 31 1A 2D
Octal 220 205 124 0 10 52 54 61 32 55
Binary 10010000 10000101 1010100 0 1000 101010 101100 110001 11010 101101

Color Harmonies of #908554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908554

Black with #908554

Text Example


Text Example

White with #908554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908554; }

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

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

background-color css

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

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

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

border-color css

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

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

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