Html Css Color HEX #968675 Almond Frost

📋 copy color: '#968675'

red 150 ◦ green 134 ◦ blue 117

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

Shades of Almond Frost #968675

Tints of Almond Frost #968675

RGB

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

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

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

R = 37.41%
G = 33.42%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#968675 (or 0x968675) is known color: Almond Frost. HEX triplet: 96, 86 and 75. RGB value is (150,134,117). Sum of RGB (Red+Green+Blue) = 150+134+117=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968675 is #69798A. Grayscale: #888888. Windows color (decimal): -6912395 or 7702166. OLE color: 7702166.

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

Color convert

RGB 150 134 117 -
CMYK 0 0.11 0.22 0.41
HSL 30.91º 0.14% 0.52% -
HSV(B) 30.91º 0.22% 0.59% -
XYZ 24.31 24.82 20.34 -
YUV 136.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 150 134 117 0 0.11 0.22 0.41 30.91 0.14 0.52
Hex 96 86 75 0 B 16 29 1F E 34
Octal 226 206 165 0 13 26 51 37 16 64
Binary 10010110 10000110 1110101 0 1011 10110 101001 11111 1110 110100

Color Harmonies of #968675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968675

Black with #968675

Text Example


Text Example

White with #968675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968675; }

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

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

background-color css

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

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

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

border-color css

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

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

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