Html Css Color HEX #907D5D Clay Creek

📋 copy color: '#907D5D'

red 144 ◦ green 125 ◦ blue 93

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

Shades of Clay Creek #907D5D

Tints of Clay Creek #907D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

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

R = 39.78%
G = 34.53%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#907D5D (or 0x907D5D) is known color: Clay Creek. HEX triplet: 90, 7D and 5D. RGB value is (144,125,93). Sum of RGB (Red+Green+Blue) = 144+125+93=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #907D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D5D is #6F82A2. Grayscale: #7F7F7F. Windows color (decimal): -7307939 or 6126992. OLE color: 6126992.

HSL color Cylindrical-coordinate representation of color #907D5D: hue angle of 37.65º 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 #907D5D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 125 93 -
CMYK 0 0.13 0.35 0.44
HSL 37.65º 0.22% 0.46% -
HSV(B) 37.65º 0.35% 0.56% -
XYZ 20.81 21.39 13.39 -
YUV 127.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 144 125 93 0 0.13 0.35 0.44 37.65 0.22 0.46
Hex 90 7D 5D 0 D 23 2C 26 16 2E
Octal 220 175 135 0 15 43 54 46 26 56
Binary 10010000 1111101 1011101 0 1101 100011 101100 100110 10110 101110

Color Harmonies of #907D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907D5D

Black with #907D5D

Text Example


Text Example

White with #907D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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