Html Css Color HEX #907E5C Clay Creek

📋 copy color: '#907E5C'

red 144 ◦ green 126 ◦ blue 92

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

Shades of Clay Creek #907E5C

Tints of Clay Creek #907E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.81%

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 39.78%
G = 34.81%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#907E5C (or 0x907E5C) is known color: Clay Creek. HEX triplet: 90, 7E and 5C. RGB value is (144,126,92). Sum of RGB (Red+Green+Blue) = 144+126+92=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #907E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E5C is #6F81A3. Grayscale: #7F7F7F. Windows color (decimal): -7307684 or 6061712. OLE color: 6061712.

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

Color convert

RGB 144 126 92 -
CMYK 0 0.12 0.36 0.44
HSL 39.23º 0.22% 0.46% -
HSV(B) 39.23º 0.36% 0.56% -
XYZ 20.89 21.62 13.2 -
YUV 127.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 144 126 92 0 0.12 0.36 0.44 39.23 0.22 0.46
Hex 90 7E 5C 0 C 24 2C 27 16 2E
Octal 220 176 134 0 14 44 54 47 26 56
Binary 10010000 1111110 1011100 0 1100 100100 101100 100111 10110 101110

Color Harmonies of #907E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E5C

Black with #907E5C

Text Example


Text Example

White with #907E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,126,92); }

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

background-color css

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

 a { background-color: rgb(144,126,92); }

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

border-color css

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

 span { border-color: rgb(144,126,92); }

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