Html Css Color HEX #67616C Scarpa Flow

📋 copy color: '#67616C'

red 103 ◦ green 97 ◦ blue 108

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

Shades of Scarpa Flow #67616C

Tints of Scarpa Flow #67616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 33.44%
G = 31.49%
B = 35.06%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67616C (or 0x67616C) is known color: Scarpa Flow. HEX triplet: 67, 61 and 6C. RGB value is (103,97,108). Sum of RGB (Red+Green+Blue) = 103+97+108=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 108 - color contains mainly: blue. Hex color #67616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67616C is #989E93. Grayscale: #646464. Windows color (decimal): -10002068 or 7102823. OLE color: 7102823.

HSL color Cylindrical-coordinate representation of color #67616C: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #67616C is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 97 108 -
CMYK 0.05 0.10 0 0.58
HSL 272.73º 0.05% 0.4% -
HSV(B) 272.73º 0.1% 0.42% -
XYZ 12.57 12.52 15.94 -
YUV 100.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 103 97 108 0.05 0.10 0 0.58 272.73 0.05 0.4
Hex 67 61 6C 5 A 0 3A 111 5 28
Octal 147 141 154 5 12 0 72 421 5 50
Binary 1100111 1100001 1101100 101 1010 0 111010 100010001 101 101000

Color Harmonies of #67616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67616C

Black with #67616C

Text Example


Text Example

White with #67616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67616C; }

 p { color: rgb(103,97,108); }

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

background-color css

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

 a { background-color: rgb(103,97,108); }

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

border-color css

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

 span { border-color: rgb(103,97,108); }

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