Html Css Color HEX #968852 Clay Creek

📋 copy color: '#968852'

red 150 ◦ green 136 ◦ blue 82

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

Shades of Clay Creek #968852

Tints of Clay Creek #968852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 40.76%
G = 36.96%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#968852 (or 0x968852) is known color: Clay Creek. HEX triplet: 96, 88 and 52. RGB value is (150,136,82). Sum of RGB (Red+Green+Blue) = 150+136+82=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968852 is #6977AD. Grayscale: #868686. Windows color (decimal): -6911918 or 5408918. OLE color: 5408918.

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

Color convert

RGB 150 136 82 -
CMYK 0 0.09 0.45 0.41
HSL 47.65º 0.29% 0.45% -
HSV(B) 47.65º 0.45% 0.59% -
XYZ 22.9 24.7 11.54 -
YUV 134.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 150 136 82 0 0.09 0.45 0.41 47.65 0.29 0.45
Hex 96 88 52 0 9 2D 29 30 1D 2D
Octal 226 210 122 0 11 55 51 60 35 55
Binary 10010110 10001000 1010010 0 1001 101101 101001 110000 11101 101101

Color Harmonies of #968852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968852

Black with #968852

Text Example


Text Example

White with #968852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968852; }

 p { color: rgb(150,136,82); }

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

background-color css

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

 a { background-color: rgb(150,136,82); }

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

border-color css

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

 span { border-color: rgb(150,136,82); }

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