Html Css Color HEX #968553 Clay Creek

📋 copy color: '#968553'

red 150 ◦ green 133 ◦ blue 83

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

Shades of Clay Creek #968553

Tints of Clay Creek #968553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 40.98%
G = 36.34%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#968553 (or 0x968553) is known color: Clay Creek. HEX triplet: 96, 85 and 53. RGB value is (150,133,83). Sum of RGB (Red+Green+Blue) = 150+133+83=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #968553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968553 is #697AAC. Grayscale: #848484. Windows color (decimal): -6912685 or 5473686. OLE color: 5473686.

HSL color Cylindrical-coordinate representation of color #968553: hue angle of 44.78º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968553 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 83 -
CMYK 0 0.11 0.45 0.41
HSL 44.78º 0.29% 0.46% -
HSV(B) 44.78º 0.45% 0.59% -
XYZ 22.53 23.88 11.61 -
YUV 132.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 150 133 83 0 0.11 0.45 0.41 44.78 0.29 0.46
Hex 96 85 53 0 B 2D 29 2D 1D 2E
Octal 226 205 123 0 13 55 51 55 35 56
Binary 10010110 10000101 1010011 0 1011 101101 101001 101101 11101 101110

Color Harmonies of #968553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968553

Black with #968553

Text Example


Text Example

White with #968553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968553; }

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

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

background-color css

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

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

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

border-color css

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

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

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