Html Css Color HEX #968755 Clay Creek

📋 copy color: '#968755'

red 150 ◦ green 135 ◦ blue 85

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

Shades of Clay Creek #968755

Tints of Clay Creek #968755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 40.54%
G = 36.49%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#968755 (or 0x968755) is known color: Clay Creek. HEX triplet: 96, 87 and 55. RGB value is (150,135,85). Sum of RGB (Red+Green+Blue) = 150+135+85=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #968755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968755 is #6978AA. Grayscale: #868686. Windows color (decimal): -6912171 or 5605270. OLE color: 5605270.

HSL color Cylindrical-coordinate representation of color #968755: hue angle of 46.15º 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 #968755 is Cyan = 0, Magento = 0.1, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 85 -
CMYK 0 0.1 0.43 0.41
HSL 46.15º 0.28% 0.46% -
HSV(B) 46.15º 0.43% 0.59% -
XYZ 22.88 24.47 12.11 -
YUV 133.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 150 135 85 0 0.1 0.43 0.41 46.15 0.28 0.46
Hex 96 87 55 0 A 2B 29 2E 1C 2E
Octal 226 207 125 0 12 53 51 56 34 56
Binary 10010110 10000111 1010101 0 1010 101011 101001 101110 11100 101110

Color Harmonies of #968755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968755

Black with #968755

Text Example


Text Example

White with #968755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968755; }

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

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

background-color css

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

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

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

border-color css

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

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

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