Html Css Color HEX #968570 Schooner

📋 copy color: '#968570'

red 150 ◦ green 133 ◦ blue 112

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

Shades of Schooner #968570

Tints of Schooner #968570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 37.97%
G = 33.67%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968570 (or 0x968570) is known color: Schooner. HEX triplet: 96, 85 and 70. RGB value is (150,133,112). Sum of RGB (Red+Green+Blue) = 150+133+112=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #968570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968570 is #697A8F. Grayscale: #878787. Windows color (decimal): -6912656 or 7374230. OLE color: 7374230.

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

Color convert

RGB 150 133 112 -
CMYK 0 0.11 0.25 0.41
HSL 33.16º 0.15% 0.51% -
HSV(B) 33.16º 0.25% 0.59% -
XYZ 23.89 24.43 18.79 -
YUV 135.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 150 133 112 0 0.11 0.25 0.41 33.16 0.15 0.51
Hex 96 85 70 0 B 19 29 21 F 33
Octal 226 205 160 0 13 31 51 41 17 63
Binary 10010110 10000101 1110000 0 1011 11001 101001 100001 1111 110011

Color Harmonies of #968570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968570

Black with #968570

Text Example


Text Example

White with #968570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968570; }

 p { color: rgb(150,133,112); }

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

background-color css

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

 a { background-color: rgb(150,133,112); }

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

border-color css

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

 span { border-color: rgb(150,133,112); }

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