Html Css Color HEX #968850 Clay Creek

📋 copy color: '#968850'

red 150 ◦ green 136 ◦ blue 80

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

Shades of Clay Creek #968850

Tints of Clay Creek #968850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 40.98%
G = 37.16%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#968850 (or 0x968850) is known color: Clay Creek. HEX triplet: 96, 88 and 50. RGB value is (150,136,80). Sum of RGB (Red+Green+Blue) = 150+136+80=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #968850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968850 is #6977AF. Grayscale: #868686. Windows color (decimal): -6911920 or 5277846. OLE color: 5277846.

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

Color convert

RGB 150 136 80 -
CMYK 0 0.09 0.47 0.41
HSL 48º 0.3% 0.45% -
HSV(B) 48º 0.47% 0.59% -
XYZ 22.83 24.67 11.15 -
YUV 133.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 150 136 80 0 0.09 0.47 0.41 48 0.3 0.45
Hex 96 88 50 0 9 2F 29 30 1E 2D
Octal 226 210 120 0 11 57 51 60 36 55
Binary 10010110 10001000 1010000 0 1001 101111 101001 110000 11110 101101

Color Harmonies of #968850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968850

Black with #968850

Text Example


Text Example

White with #968850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968850; }

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

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

background-color css

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

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

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

border-color css

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

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

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