Html Css Color HEX #656975 Raven

📋 copy color: '#656975'

red 101 ◦ green 105 ◦ blue 117

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

Shades of Raven #656975

Tints of Raven #656975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.51%

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

R = 31.27%
G = 32.51%
B = 36.22%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656975 (or 0x656975) is known color: Raven. HEX triplet: 65, 69 and 75. RGB value is (101,105,117). Sum of RGB (Red+Green+Blue) = 101+105+117=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #656975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656975 is #9A968A. Grayscale: #696969. Windows color (decimal): -10131083 or 7694693. OLE color: 7694693.

HSL color Cylindrical-coordinate representation of color #656975: hue angle of 225º degrees, saturation: 0.07, 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 #656975 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 105 117 -
CMYK 0.14 0.10 0 0.54
HSL 225º 0.07% 0.43% -
HSV(B) 225º 0.14% 0.46% -
XYZ 13.63 14.15 18.84 -
YUV 105.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 101 105 117 0.14 0.10 0 0.54 225 0.07 0.43
Hex 65 69 75 E A 0 36 E1 7 2B
Octal 145 151 165 16 12 0 66 341 7 53
Binary 1100101 1101001 1110101 1110 1010 0 110110 11100001 111 101011

Color Harmonies of #656975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656975

Black with #656975

Text Example


Text Example

White with #656975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656975; }

 p { color: rgb(101,105,117); }

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

background-color css

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

 a { background-color: rgb(101,105,117); }

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

border-color css

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

 span { border-color: rgb(101,105,117); }

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