Html Css Color HEX #656C76 Raven

📋 copy color: '#656C76'

red 101 ◦ green 108 ◦ blue 118

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

Shades of Raven #656C76

Tints of Raven #656C76

RGB

 RED value IS 101 (39.84% from 255) = 30.89%

 GREEN value IS 108 (42.58% from 255) = 33.03%

 BLUE value IS 118 (46.48% from 255) = 36.09%

R = 30.89%
G = 33.03%
B = 36.09%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656C76 (or 0x656C76) is known color: Raven. HEX triplet: 65, 6C and 76. RGB value is (101,108,118). Sum of RGB (Red+Green+Blue) = 101+108+118=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #656C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C76 is #9A9389. Grayscale: #6B6B6B. Windows color (decimal): -10130314 or 7760997. OLE color: 7760997.

HSL color Cylindrical-coordinate representation of color #656C76: hue angle of 215.29º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656C76 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 108 118 -
CMYK 0.14 0.08 0 0.54
HSL 215.29º 0.08% 0.43% -
HSV(B) 215.29º 0.14% 0.46% -
XYZ 14 14.8 19.26 -
YUV 107.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 101 108 118 0.14 0.08 0 0.54 215.29 0.08 0.43
Hex 65 6C 76 E 8 0 36 D7 8 2B
Octal 145 154 166 16 10 0 66 327 10 53
Binary 1100101 1101100 1110110 1110 1000 0 110110 11010111 1000 101011

Color Harmonies of #656C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C76

Black with #656C76

Text Example


Text Example

White with #656C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656C76; }

 p { color: rgb(101,108,118); }

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

background-color css

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

 a { background-color: rgb(101,108,118); }

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

border-color css

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

 span { border-color: rgb(101,108,118); }

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