Html Css Color HEX #968654 Clay Creek

📋 copy color: '#968654'

red 150 ◦ green 134 ◦ blue 84

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

Shades of Clay Creek #968654

Tints of Clay Creek #968654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.83%

R = 40.76%
G = 36.41%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#968654 (or 0x968654) is known color: Clay Creek. HEX triplet: 96, 86 and 54. RGB value is (150,134,84). Sum of RGB (Red+Green+Blue) = 150+134+84=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968654 is #6979AB. Grayscale: #858585. Windows color (decimal): -6912428 or 5539478. OLE color: 5539478.

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

Color convert

RGB 150 134 84 -
CMYK 0 0.11 0.44 0.41
HSL 45.45º 0.28% 0.46% -
HSV(B) 45.45º 0.44% 0.59% -
XYZ 22.7 24.17 11.86 -
YUV 133.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 150 134 84 0 0.11 0.44 0.41 45.45 0.28 0.46
Hex 96 86 54 0 B 2C 29 2D 1C 2E
Octal 226 206 124 0 13 54 51 55 34 56
Binary 10010110 10000110 1010100 0 1011 101100 101001 101101 11100 101110

Color Harmonies of #968654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968654

Black with #968654

Text Example


Text Example

White with #968654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968654; }

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

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

background-color css

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

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

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

border-color css

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

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

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