Html Css Color HEX #968453 Clay Creek

📋 copy color: '#968453'

red 150 ◦ green 132 ◦ blue 83

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

Shades of Clay Creek #968453

Tints of Clay Creek #968453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

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

R = 41.1%
G = 36.16%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#968453 (or 0x968453) is known color: Clay Creek. HEX triplet: 96, 84 and 53. RGB value is (150,132,83). Sum of RGB (Red+Green+Blue) = 150+132+83=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #968453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968453 is #697BAC. Grayscale: #848484. Windows color (decimal): -6912941 or 5473430. OLE color: 5473430.

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

Color convert

RGB 150 132 83 -
CMYK 0 0.12 0.45 0.41
HSL 43.88º 0.29% 0.46% -
HSV(B) 43.88º 0.45% 0.59% -
XYZ 22.39 23.61 11.56 -
YUV 131.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 150 132 83 0 0.12 0.45 0.41 43.88 0.29 0.46
Hex 96 84 53 0 C 2D 29 2C 1D 2E
Octal 226 204 123 0 14 55 51 54 35 56
Binary 10010110 10000100 1010011 0 1100 101101 101001 101100 11101 101110

Color Harmonies of #968453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968453

Black with #968453

Text Example


Text Example

White with #968453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968453; }

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

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

background-color css

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

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

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

border-color css

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

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

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