Html Css Color HEX #675253 Falcon

📋 copy color: '#675253'

red 103 ◦ green 82 ◦ blue 83

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

Shades of Falcon #675253

Tints of Falcon #675253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 38.43%
G = 30.6%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#675253 (or 0x675253) is known color: Falcon. HEX triplet: 67, 52 and 53. RGB value is (103,82,83). Sum of RGB (Red+Green+Blue) = 103+82+83=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675253 is #98ADAC. Grayscale: #585858. Windows color (decimal): -10005933 or 5460583. OLE color: 5460583.

HSL color Cylindrical-coordinate representation of color #675253: hue angle of 357.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675253 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 82 83 -
CMYK 0 0.20 0.19 0.60
HSL 357.14º 0.11% 0.36% -
HSV(B) 357.14º 0.2% 0.4% -
XYZ 10.17 9.54 9.49 -
YUV 88.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 103 82 83 0 0.20 0.19 0.60 357.14 0.11 0.36
Hex 67 52 53 0 14 13 3C 165 B 24
Octal 147 122 123 0 24 23 74 545 13 44
Binary 1100111 1010010 1010011 0 10100 10011 111100 101100101 1011 100100

Color Harmonies of #675253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675253

Black with #675253

Text Example


Text Example

White with #675253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675253; }

 p { color: rgb(103,82,83); }

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

background-color css

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

 a { background-color: rgb(103,82,83); }

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

border-color css

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

 span { border-color: rgb(103,82,83); }

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