Html Css Color HEX #676265 Salt Box

📋 copy color: '#676265'

red 103 ◦ green 98 ◦ blue 101

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

Shades of Salt Box #676265

Tints of Salt Box #676265

RGB

 RED value IS 103 (40.63% from 255) = 34.11%

 GREEN value IS 98 (38.67% from 255) = 32.45%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 34.11%
G = 32.45%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#676265 (or 0x676265) is known color: Salt Box. HEX triplet: 67, 62 and 65. RGB value is (103,98,101). Sum of RGB (Red+Green+Blue) = 103+98+101=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 103 - color contains mainly: red. Hex color #676265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676265 is #989D9A. Grayscale: #636363. Windows color (decimal): -10001819 or 6644327. OLE color: 6644327.

HSL color Cylindrical-coordinate representation of color #676265: hue angle of 324º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #676265 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 98 101 -
CMYK 0 0.05 0.02 0.60
HSL 324º 0.02% 0.39% -
HSV(B) 324º 0.05% 0.4% -
XYZ 12.31 12.56 14.09 -
YUV 99.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 103 98 101 0 0.05 0.02 0.60 324 0.02 0.39
Hex 67 62 65 0 5 2 3C 144 2 27
Octal 147 142 145 0 5 2 74 504 2 47
Binary 1100111 1100010 1100101 0 101 10 111100 101000100 10 100111

Color Harmonies of #676265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676265

Black with #676265

Text Example


Text Example

White with #676265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676265; }

 p { color: rgb(103,98,101); }

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

background-color css

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

 a { background-color: rgb(103,98,101); }

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

border-color css

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

 span { border-color: rgb(103,98,101); }

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