Html Css Color HEX #948775 Schooner

📋 copy color: '#948775'

red 148 ◦ green 135 ◦ blue 117

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

Shades of Schooner #948775

Tints of Schooner #948775

RGB

 RED value IS 148 (58.2% from 255) = 37%

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

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 37%
G = 33.75%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#948775 (or 0x948775) is known color: Schooner. HEX triplet: 94, 87 and 75. RGB value is (148,135,117). Sum of RGB (Red+Green+Blue) = 148+135+117=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #948775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948775 is #6B788A. Grayscale: #888888. Windows color (decimal): -7043211 or 7702420. OLE color: 7702420.

HSL color Cylindrical-coordinate representation of color #948775: hue angle of 34.84º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #948775 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 117 -
CMYK 0 0.09 0.21 0.42
HSL 34.84º 0.13% 0.52% -
HSV(B) 34.84º 0.21% 0.58% -
XYZ 24.09 24.91 20.37 -
YUV 136.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 148 135 117 0 0.09 0.21 0.42 34.84 0.13 0.52
Hex 94 87 75 0 9 15 2A 23 D 34
Octal 224 207 165 0 11 25 52 43 15 64
Binary 10010100 10000111 1110101 0 1001 10101 101010 100011 1101 110100

Color Harmonies of #948775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948775

Black with #948775

Text Example


Text Example

White with #948775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948775; }

 p { color: rgb(148,135,117); }

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

background-color css

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

 a { background-color: rgb(148,135,117); }

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

border-color css

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

 span { border-color: rgb(148,135,117); }

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