Html Css Color HEX #968853 Clay Creek

📋 copy color: '#968853'

red 150 ◦ green 136 ◦ blue 83

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

Shades of Clay Creek #968853

Tints of Clay Creek #968853

RGB

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

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

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

R = 40.65%
G = 36.86%
B = 22.49%

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

#968853 (or 0x968853) is known color: Clay Creek. HEX triplet: 96, 88 and 53. RGB value is (150,136,83). Sum of RGB (Red+Green+Blue) = 150+136+83=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #968853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968853 is #6977AC. Grayscale: #868686. Windows color (decimal): -6911917 or 5474454. OLE color: 5474454.

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

Color convert

RGB 150 136 83 -
CMYK 0 0.09 0.45 0.41
HSL 47.46º 0.29% 0.46% -
HSV(B) 47.46º 0.45% 0.59% -
XYZ 22.94 24.72 11.75 -
YUV 134.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 150 136 83 0 0.09 0.45 0.41 47.46 0.29 0.46
Hex 96 88 53 0 9 2D 29 2F 1D 2E
Octal 226 210 123 0 11 55 51 57 35 56
Binary 10010110 10001000 1010011 0 1001 101101 101001 101111 11101 101110

Color Harmonies of #968853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968853

Black with #968853

Text Example


Text Example

White with #968853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968853; }

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

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

background-color css

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

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

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

border-color css

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

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

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