Html Css Color HEX #656A74 Raven

📋 copy color: '#656A74'

red 101 ◦ green 106 ◦ blue 116

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

Shades of Raven #656A74

Tints of Raven #656A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.82%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 31.27%
G = 32.82%
B = 35.91%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#656A74 (or 0x656A74) is known color: Raven. HEX triplet: 65, 6A and 74. RGB value is (101,106,116). Sum of RGB (Red+Green+Blue) = 101+106+116=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 116 - color contains mainly: blue. Hex color #656A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A74 is #9A958B. Grayscale: #696969. Windows color (decimal): -10130828 or 7629413. OLE color: 7629413.

HSL color Cylindrical-coordinate representation of color #656A74: hue angle of 220º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #656A74 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 106 116 -
CMYK 0.13 0.09 0 0.55
HSL 220º 0.07% 0.43% -
HSV(B) 220º 0.13% 0.45% -
XYZ 13.67 14.34 18.57 -
YUV 105.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 101 106 116 0.13 0.09 0 0.55 220 0.07 0.43
Hex 65 6A 74 D 9 0 37 DC 7 2B
Octal 145 152 164 15 11 0 67 334 7 53
Binary 1100101 1101010 1110100 1101 1001 0 110111 11011100 111 101011

Color Harmonies of #656A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656A74

Black with #656A74

Text Example


Text Example

White with #656A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,106,116); }

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

background-color css

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

 a { background-color: rgb(101,106,116); }

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

border-color css

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

 span { border-color: rgb(101,106,116); }

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