Html Css Color HEX #907F5D Clay Creek

📋 copy color: '#907F5D'

red 144 ◦ green 127 ◦ blue 93

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

Shades of Clay Creek #907F5D

Tints of Clay Creek #907F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 39.56%
G = 34.89%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#907F5D (or 0x907F5D) is known color: Clay Creek. HEX triplet: 90, 7F and 5D. RGB value is (144,127,93). Sum of RGB (Red+Green+Blue) = 144+127+93=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #907F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F5D is #6F80A2. Grayscale: #808080. Windows color (decimal): -7307427 or 6127504. OLE color: 6127504.

HSL color Cylindrical-coordinate representation of color #907F5D: hue angle of 40º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #907F5D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 127 93 -
CMYK 0 0.12 0.35 0.44
HSL 40º 0.22% 0.46% -
HSV(B) 40º 0.35% 0.56% -
XYZ 21.07 21.9 13.47 -
YUV 128.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 144 127 93 0 0.12 0.35 0.44 40 0.22 0.46
Hex 90 7F 5D 0 C 23 2C 28 16 2E
Octal 220 177 135 0 14 43 54 50 26 56
Binary 10010000 1111111 1011101 0 1100 100011 101100 101000 10110 101110

Color Harmonies of #907F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907F5D

Black with #907F5D

Text Example


Text Example

White with #907F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907F5D; }

 p { color: rgb(144,127,93); }

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

background-color css

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

 a { background-color: rgb(144,127,93); }

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

border-color css

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

 span { border-color: rgb(144,127,93); }

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