Html Css Color HEX #656B76 Raven

📋 copy color: '#656B76'

red 101 ◦ green 107 ◦ blue 118

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

Shades of Raven #656B76

Tints of Raven #656B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

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

R = 30.98%
G = 32.82%
B = 36.2%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656B76 (or 0x656B76) is known color: Raven. HEX triplet: 65, 6B and 76. RGB value is (101,107,118). Sum of RGB (Red+Green+Blue) = 101+107+118=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #656B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B76 is #9A9489. Grayscale: #6A6A6A. Windows color (decimal): -10130570 or 7760741. OLE color: 7760741.

HSL color Cylindrical-coordinate representation of color #656B76: hue angle of 218.82º 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 #656B76 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 107 118 -
CMYK 0.14 0.09 0 0.54
HSL 218.82º 0.08% 0.43% -
HSV(B) 218.82º 0.14% 0.46% -
XYZ 13.89 14.59 19.22 -
YUV 106.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 101 107 118 0.14 0.09 0 0.54 218.82 0.08 0.43
Hex 65 6B 76 E 9 0 36 DB 8 2B
Octal 145 153 166 16 11 0 66 333 10 53
Binary 1100101 1101011 1110110 1110 1001 0 110110 11011011 1000 101011

Color Harmonies of #656B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656B76

Black with #656B76

Text Example


Text Example

White with #656B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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