Html Css Color HEX #968753 Clay Creek

📋 copy color: '#968753'

red 150 ◦ green 135 ◦ blue 83

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

Shades of Clay Creek #968753

Tints of Clay Creek #968753

RGB

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

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

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

R = 40.76%
G = 36.68%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#968753 (or 0x968753) is known color: Clay Creek. HEX triplet: 96, 87 and 53. RGB value is (150,135,83). Sum of RGB (Red+Green+Blue) = 150+135+83=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968753 is #6978AC. Grayscale: #858585. Windows color (decimal): -6912173 or 5474198. OLE color: 5474198.

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

Color convert

RGB 150 135 83 -
CMYK 0 0.1 0.45 0.41
HSL 46.57º 0.29% 0.46% -
HSV(B) 46.57º 0.45% 0.59% -
XYZ 22.8 24.44 11.7 -
YUV 133.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 150 135 83 0 0.1 0.45 0.41 46.57 0.29 0.46
Hex 96 87 53 0 A 2D 29 2F 1D 2E
Octal 226 207 123 0 12 55 51 57 35 56
Binary 10010110 10000111 1010011 0 1010 101101 101001 101111 11101 101110

Color Harmonies of #968753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968753

Black with #968753

Text Example


Text Example

White with #968753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968753; }

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

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

background-color css

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

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

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

border-color css

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

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

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