Html Css Color HEX #968F55 Clay Creek

📋 copy color: '#968F55'

red 150 ◦ green 143 ◦ blue 85

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

Shades of Clay Creek #968F55

Tints of Clay Creek #968F55

RGB

 RED value IS 150 (58.98% from 255) = 39.68%

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 39.68%
G = 37.83%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#968F55 (or 0x968F55) is known color: Clay Creek. HEX triplet: 96, 8F and 55. RGB value is (150,143,85). Sum of RGB (Red+Green+Blue) = 150+143+85=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #968F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F55 is #6970AA. Grayscale: #8A8A8A. Windows color (decimal): -6910123 or 5607318. OLE color: 5607318.

HSL color Cylindrical-coordinate representation of color #968F55: hue angle of 53.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #968F55 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 143 85 -
CMYK 0 0.05 0.43 0.41
HSL 53.54º 0.28% 0.46% -
HSV(B) 53.54º 0.43% 0.59% -
XYZ 24.04 26.78 12.5 -
YUV 138.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 150 143 85 0 0.05 0.43 0.41 53.54 0.28 0.46
Hex 96 8F 55 0 5 2B 29 36 1C 2E
Octal 226 217 125 0 5 53 51 66 34 56
Binary 10010110 10001111 1010101 0 101 101011 101001 110110 11100 101110

Color Harmonies of #968F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F55

Black with #968F55

Text Example


Text Example

White with #968F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968F55; }

 p { color: rgb(150,143,85); }

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

background-color css

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

 a { background-color: rgb(150,143,85); }

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

border-color css

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

 span { border-color: rgb(150,143,85); }

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