Html Css Color HEX #656B75 Raven

📋 copy color: '#656B75'

red 101 ◦ green 107 ◦ blue 117

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

Shades of Raven #656B75

Tints of Raven #656B75

RGB

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

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

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

R = 31.08%
G = 32.92%
B = 36%

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

#656B75 (or 0x656B75) is known color: Raven. HEX triplet: 65, 6B and 75. RGB value is (101,107,117). Sum of RGB (Red+Green+Blue) = 101+107+117=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #656B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B75 is #9A948A. Grayscale: #6A6A6A. Windows color (decimal): -10130571 or 7695205. OLE color: 7695205.

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

Color convert

RGB 101 107 117 -
CMYK 0.14 0.09 0 0.54
HSL 217.5º 0.07% 0.43% -
HSV(B) 217.5º 0.14% 0.46% -
XYZ 13.84 14.57 18.91 -
YUV 106.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 101 107 117 0.14 0.09 0 0.54 217.5 0.07 0.43
Hex 65 6B 75 E 9 0 36 DA 7 2B
Octal 145 153 165 16 11 0 66 332 7 53
Binary 1100101 1101011 1110101 1110 1001 0 110110 11011010 111 101011

Color Harmonies of #656B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656B75

Black with #656B75

Text Example


Text Example

White with #656B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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