Html Css Color HEX #968672 Schooner

📋 copy color: '#968672'

red 150 ◦ green 134 ◦ blue 114

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

Shades of Schooner #968672

Tints of Schooner #968672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 37.69%
G = 33.67%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#968672 (or 0x968672) is known color: Schooner. HEX triplet: 96, 86 and 72. RGB value is (150,134,114). Sum of RGB (Red+Green+Blue) = 150+134+114=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968672 is #69798D. Grayscale: #888888. Windows color (decimal): -6912398 or 7505558. OLE color: 7505558.

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

Color convert

RGB 150 134 114 -
CMYK 0 0.11 0.24 0.41
HSL 33.33º 0.15% 0.52% -
HSV(B) 33.33º 0.24% 0.59% -
XYZ 24.14 24.75 19.42 -
YUV 136.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 150 134 114 0 0.11 0.24 0.41 33.33 0.15 0.52
Hex 96 86 72 0 B 18 29 21 F 34
Octal 226 206 162 0 13 30 51 41 17 64
Binary 10010110 10000110 1110010 0 1011 11000 101001 100001 1111 110100

Color Harmonies of #968672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968672

Black with #968672

Text Example


Text Example

White with #968672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968672; }

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

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

background-color css

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

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

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

border-color css

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

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

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