Html Css Color HEX #908655 Clay Creek

📋 copy color: '#908655'

red 144 ◦ green 134 ◦ blue 85

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

Shades of Clay Creek #908655

Tints of Clay Creek #908655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

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

R = 39.67%
G = 36.91%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#908655 (or 0x908655) is known color: Clay Creek. HEX triplet: 90, 86 and 55. RGB value is (144,134,85). Sum of RGB (Red+Green+Blue) = 144+134+85=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #908655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908655 is #6F79AA. Grayscale: #838383. Windows color (decimal): -7305643 or 5605008. OLE color: 5605008.

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

Color convert

RGB 144 134 85 -
CMYK 0 0.07 0.41 0.44
HSL 49.83º 0.26% 0.45% -
HSV(B) 49.83º 0.41% 0.56% -
XYZ 21.67 23.64 12.01 -
YUV 131.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 144 134 85 0 0.07 0.41 0.44 49.83 0.26 0.45
Hex 90 86 55 0 7 29 2C 32 1A 2D
Octal 220 206 125 0 7 51 54 62 32 55
Binary 10010000 10000110 1010101 0 111 101001 101100 110010 11010 101101

Color Harmonies of #908655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908655

Black with #908655

Text Example


Text Example

White with #908655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908655; }

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

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

background-color css

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

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

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

border-color css

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

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

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