Html Css Color HEX #968750 Clay Creek

📋 copy color: '#968750'

red 150 ◦ green 135 ◦ blue 80

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

Shades of Clay Creek #968750

Tints of Clay Creek #968750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.99%

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

R = 41.1%
G = 36.99%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#968750 (or 0x968750) is known color: Clay Creek. HEX triplet: 96, 87 and 50. RGB value is (150,135,80). Sum of RGB (Red+Green+Blue) = 150+135+80=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #968750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968750 is #6978AF. Grayscale: #858585. Windows color (decimal): -6912176 or 5277590. OLE color: 5277590.

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

Color convert

RGB 150 135 80 -
CMYK 0 0.1 0.47 0.41
HSL 47.14º 0.3% 0.45% -
HSV(B) 47.14º 0.47% 0.59% -
XYZ 22.69 24.39 11.1 -
YUV 133.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 150 135 80 0 0.1 0.47 0.41 47.14 0.3 0.45
Hex 96 87 50 0 A 2F 29 2F 1E 2D
Octal 226 207 120 0 12 57 51 57 36 55
Binary 10010110 10000111 1010000 0 1010 101111 101001 101111 11110 101101

Color Harmonies of #968750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968750

Black with #968750

Text Example


Text Example

White with #968750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968750; }

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

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

background-color css

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

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

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

border-color css

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

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

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