Html Css Color HEX #968556 Clay Creek

📋 copy color: '#968556'

red 150 ◦ green 133 ◦ blue 86

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

Shades of Clay Creek #968556

Tints of Clay Creek #968556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 40.65%
G = 36.04%
B = 23.31%

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

#968556 (or 0x968556) is known color: Clay Creek. HEX triplet: 96, 85 and 56. RGB value is (150,133,86). Sum of RGB (Red+Green+Blue) = 150+133+86=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #968556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968556 is #697AA9. Grayscale: #848484. Windows color (decimal): -6912682 or 5670294. OLE color: 5670294.

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

Color convert

RGB 150 133 86 -
CMYK 0 0.11 0.43 0.41
HSL 44.06º 0.27% 0.46% -
HSV(B) 44.06º 0.43% 0.59% -
XYZ 22.64 23.93 12.23 -
YUV 132.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 150 133 86 0 0.11 0.43 0.41 44.06 0.27 0.46
Hex 96 85 56 0 B 2B 29 2C 1B 2E
Octal 226 205 126 0 13 53 51 54 33 56
Binary 10010110 10000101 1010110 0 1011 101011 101001 101100 11011 101110

Color Harmonies of #968556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968556

Black with #968556

Text Example


Text Example

White with #968556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968556; }

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

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

background-color css

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

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

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

border-color css

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

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

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