Html Css Color HEX #968555 Clay Creek

📋 copy color: '#968555'

red 150 ◦ green 133 ◦ blue 85

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

Shades of Clay Creek #968555

Tints of Clay Creek #968555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 40.76%
G = 36.14%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#968555 (or 0x968555) is known color: Clay Creek. HEX triplet: 96, 85 and 55. RGB value is (150,133,85). Sum of RGB (Red+Green+Blue) = 150+133+85=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968555 is #697AAA. Grayscale: #848484. Windows color (decimal): -6912683 or 5604758. OLE color: 5604758.

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

Color convert

RGB 150 133 85 -
CMYK 0 0.11 0.43 0.41
HSL 44.31º 0.28% 0.46% -
HSV(B) 44.31º 0.43% 0.59% -
XYZ 22.6 23.91 12.02 -
YUV 132.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 150 133 85 0 0.11 0.43 0.41 44.31 0.28 0.46
Hex 96 85 55 0 B 2B 29 2C 1C 2E
Octal 226 205 125 0 13 53 51 54 34 56
Binary 10010110 10000101 1010101 0 1011 101011 101001 101100 11100 101110

Color Harmonies of #968555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968555

Black with #968555

Text Example


Text Example

White with #968555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968555; }

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

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

background-color css

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

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

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

border-color css

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

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

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