Html Css Color HEX #908155 Clay Creek

📋 copy color: '#908155'

red 144 ◦ green 129 ◦ blue 85

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

Shades of Clay Creek #908155

Tints of Clay Creek #908155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 40.22%
G = 36.03%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#908155 (or 0x908155) is known color: Clay Creek. HEX triplet: 90, 81 and 55. RGB value is (144,129,85). Sum of RGB (Red+Green+Blue) = 144+129+85=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #908155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908155 is #6F7EAA. Grayscale: #808080. Windows color (decimal): -7306923 or 5603728. OLE color: 5603728.

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

Color convert

RGB 144 129 85 -
CMYK 0 0.10 0.41 0.44
HSL 44.75º 0.26% 0.45% -
HSV(B) 44.75º 0.41% 0.56% -
XYZ 20.99 22.29 11.79 -
YUV 128.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 144 129 85 0 0.10 0.41 0.44 44.75 0.26 0.45
Hex 90 81 55 0 A 29 2C 2D 1A 2D
Octal 220 201 125 0 12 51 54 55 32 55
Binary 10010000 10000001 1010101 0 1010 101001 101100 101101 11010 101101

Color Harmonies of #908155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908155

Black with #908155

Text Example


Text Example

White with #908155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908155; }

 p { color: rgb(144,129,85); }

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

background-color css

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

 a { background-color: rgb(144,129,85); }

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

border-color css

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

 span { border-color: rgb(144,129,85); }

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