Html Css Color HEX #968651 Clay Creek

📋 copy color: '#968651'

red 150 ◦ green 134 ◦ blue 81

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

Shades of Clay Creek #968651

Tints of Clay Creek #968651

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 41.1%
G = 36.71%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#968651 (or 0x968651) is known color: Clay Creek. HEX triplet: 96, 86 and 51. RGB value is (150,134,81). Sum of RGB (Red+Green+Blue) = 150+134+81=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #968651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968651 is #6979AE. Grayscale: #848484. Windows color (decimal): -6912431 or 5342870. OLE color: 5342870.

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

Color convert

RGB 150 134 81 -
CMYK 0 0.11 0.46 0.41
HSL 46.09º 0.3% 0.45% -
HSV(B) 46.09º 0.46% 0.59% -
XYZ 22.59 24.13 11.25 -
YUV 132.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 150 134 81 0 0.11 0.46 0.41 46.09 0.3 0.45
Hex 96 86 51 0 B 2E 29 2E 1E 2D
Octal 226 206 121 0 13 56 51 56 36 55
Binary 10010110 10000110 1010001 0 1011 101110 101001 101110 11110 101101

Color Harmonies of #968651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968651

Black with #968651

Text Example


Text Example

White with #968651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968651; }

 p { color: rgb(150,134,81); }

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

background-color css

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

 a { background-color: rgb(150,134,81); }

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

border-color css

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

 span { border-color: rgb(150,134,81); }

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