Html Css Color HEX #907F5B Clay Creek

📋 copy color: '#907F5B'

red 144 ◦ green 127 ◦ blue 91

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

Shades of Clay Creek #907F5B

Tints of Clay Creek #907F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 39.78%
G = 35.08%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#907F5B (or 0x907F5B) is known color: Clay Creek. HEX triplet: 90, 7F and 5B. RGB value is (144,127,91). Sum of RGB (Red+Green+Blue) = 144+127+91=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #907F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F5B is #6F80A4. Grayscale: #808080. Windows color (decimal): -7307429 or 5996432. OLE color: 5996432.

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

Color convert

RGB 144 127 91 -
CMYK 0 0.12 0.37 0.44
HSL 40.75º 0.23% 0.46% -
HSV(B) 40.75º 0.37% 0.56% -
XYZ 20.98 21.86 13.01 -
YUV 127.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 144 127 91 0 0.12 0.37 0.44 40.75 0.23 0.46
Hex 90 7F 5B 0 C 25 2C 29 17 2E
Octal 220 177 133 0 14 45 54 51 27 56
Binary 10010000 1111111 1011011 0 1100 100101 101100 101001 10111 101110

Color Harmonies of #907F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907F5B

Black with #907F5B

Text Example


Text Example

White with #907F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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